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 'Aurigma.GraphicsMill.WinControls,
Version=4.5.3009.27623, Culture=neutral, PublicKeyToken=f4bbbf243f314012' or one
of its dependencies. The located assembly's manifest definition does not match the
assembly reference. (Exception from HRESULT: 0x80131040)"
Source="MyApp"
StackTrace:
at DocumentMan.My.MyProject.MyForms.Create__Instance__[T](T Instance) in
12d14f5d-a337-4978-8181-53493978a1071.vb:line 190
at DocumentMan.My.MyProject.MyForms.get_globalForm()
at DocumentMan.My.MyApplication.OnCreateMainForm() in C:\DEMO\DocumentMan\DocumentMan\My Project\Application.Designer.vb:line 35
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplica
tion
Model()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(
String[] commandLine)
at MyApp.My.MyApplication.Main(String[] Args) in 12d14f5d-a337-4978-8181-53493978a1071.vb:line 81
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.Runtime.Hosting.ManifestRunner.Run(Boolean checkAptModel)
at System.Runtime.Hosting.ManifestRunner.ExecuteAsAssembly()
at System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationCon
text activationContext, String[] activationCustomData)
at System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationCon
text activationContext)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssemblyDebugIn
Zone()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()