I found this problem when trying to create a new DarkGDK.net app:
System.InvalidOperationException was unhandled
Message="An error occurred creating the form. See Exception.InnerException for details. The error is: Could not load file or assembly 'DarkGDK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1' or one of its dependencies. The system cannot find the file specified."
Source="DarkGDK RPG"
StackTrace:
at DarkGDK_RPG.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 190
at DarkGDK_RPG.My.MyProject.MyForms.get_fMain()
at DarkGDK_RPG.My.MyApplication.OnCreateMainForm() in C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDK RPG\DarkGDK RPG\My Project\Application.Designer.vb:line 35
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
at DarkGDK_RPG.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
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: System.IO.FileNotFoundException
Message="Could not load file or assembly 'DarkGDK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1' or one of its dependencies. The system cannot find the file specified."
Source="DarkGDK RPG"
FileName="DarkGDK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1"
FusionLog="=== Pre-bind state information ===\r\nLOG: User = X64SSD\\Administrator\r\nLOG: DisplayName = DarkGDK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1\n (Fully-specified)\r\nLOG: Appbase = file:///C:/Documents and Settings/Administrator/My Documents/Visual Studio 2008/Projects/DarkGDK RPG/DarkGDK RPG/bin/Debug/\r\nLOG: Initial PrivatePath = NULL\r\nCalling assembly : DarkGDK RPG, 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.1.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1\r\nLOG: The same bind was seen before, and was failed with hr = 0x80070002.\r\n"
StackTrace:
at DarkGDK_RPG.fMain.InitializeComponent()
at DarkGDK_RPG.fMain..ctor() in C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDK RPG\DarkGDK RPG\fMain.vb:line 21
InnerException:
If anyone can help me figure out what to do to avoid this problem, I would appreciate it immensely.
"The Dark Side Clouds our vision...Only the Dark Lord of the Sith knows of our weakness. If informed the Senate is, multiply our enemies will." Master Yoda, Episode II.