Hi,
Everytime I run/debug a DGDK.NET application I get the following error:
System.IO.FileNotFoundException was unhandled
Message="Could not load file or assembly 'DarkGDK, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1' or one of its dependencies. The system cannot find the file specified."
Source="DarkWars"
FileName="DarkGDK, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1"
FusionLog="=== Pre-bind state information ===\r\nLOG: User = INTERNAL\\Michael\r\nLOG: DisplayName = DarkGDK, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1\n (Fully-specified)\r\nLOG: Appbase = file:///E:/Docs/Visual Studio 2008/Projects/DarkGDK/DarkWars/DarkWars/bin/Debug/\r\nLOG: Initial PrivatePath = NULL\r\nCalling assembly : DarkWars, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.\r\n===\r\nLOG: This bind starts in default load context.\r\nLOG: No application configuration file found.\r\nLOG: Using machine configuration file from C:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727\\config\\machine.config.\r\nLOG: Post-policy reference: DarkGDK, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1\r\nLOG: The same bind was seen before, and was failed with hr = 0x80070002.\r\n"
StackTrace:
at DarkWars.Program.Main(String[] args)
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:
Any help will be appreciated.
Thanks, Mike.