System.InvalidOperationException wurde nicht behandelt.
Message="Fehler beim Erstellen des Formulars. Weitere Informationen finden Sie in Exception.InnerException. Fehler: Der Typ \"GDI3D.Graphics3D\" in der Assembly \"GDI3D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null\" konnte nicht geladen werden.."
Source="GDI3D"
StackTrace:
bei GDI3D.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:Zeile 190.
bei GDI3D.My.MyProject.MyForms.get_Form1()
bei GDI3D.My.MyApplication.OnCreateMainForm() in C:\Users\dod\Documents\Visual Studio 2008\Projects\GDI3D\GDI3D\My Project\Application.Designer.vb:Zeile 35.
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
bei GDI3D.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:Zeile 81.
bei System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
bei System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
bei Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Threading.ThreadHelper.ThreadStart()
InnerException: System.TypeLoadException
Message="Der Typ \"GDI3D.Graphics3D\" in der Assembly \"GDI3D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null\" konnte nicht geladen werden."
Source="GDI3D"
TypeName="GDI3D.Graphics3D"
StackTrace:
bei GDI3D.Form1.Form1_Resize(Object sender, EventArgs e)
bei System.Windows.Forms.Control.OnResize(EventArgs e)
bei System.Windows.Forms.Form.OnResize(EventArgs e)
bei System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
bei System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
bei System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
bei System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
bei System.Windows.Forms.Form.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
bei System.Windows.Forms.Control.SetBounds(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
bei System.Windows.Forms.Control.set_Size(Size value)
bei System.Windows.Forms.Control.SetClientSizeCore(Int32 x, Int32 y)
bei System.Windows.Forms.Form.SetClientSizeCore(Int32 x, Int32 y)
bei System.Windows.Forms.Control.set_ClientSize(Size value)
bei System.Windows.Forms.Form.set_ClientSize(Size value)
bei GDI3D.Form1.InitializeComponent() in C:\Users\dod\Documents\Visual Studio 2008\Projects\GDI3D\GDI3D\Form1.Designer.vb:Zeile 31.
bei GDI3D.Form1..ctor()
InnerException: