Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Has anyone had any problem with accessing this on a client machine? The app I'm working on displays this with no problem, but a client machine crashes when attempting to display it.

:confused:

Here's what I'm up to.
Posted

Here's the output:

 

System.Reflection.ReflectionTypeLoadException: One or more of the types in

the assembly unable to load.

at System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark)

at System.Reflection.Module.GetTypes()

at System.Windows.Forms.Application.GetAppMainType()

at System.Windows.Forms.Application.get_ProductVersion()

at Requirements_Builder.AboutForm.AboutForm_Load(Object sender, EventArgs

e)

at System.Windows.Forms.Form.OnLoad(EventArgs e)

at System.Windows.Forms.Form.OnCreateControl()

at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

at System.Windows.Forms.Control.CreateControl()

at System.Windows.Forms.Control.WmShowWindow(Message& m)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

at System.Windows.Forms.ContainerControl.WndProc(Message& m)

at System.Windows.Forms.Form.WmShowWindow(Message& m)

at System.Windows.Forms.Form.WndProc(Message& m)

at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)

at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,

IntPtr wparam, IntPtr lparam)

Here's what I'm up to.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...