Framework 2.0 differences? v2.0.40607 v2.050215

G

Guest

Problem: Get an unhandled exception on the target machine (see stack trace
below) on this method related to panels

System.MissingMethodException: Method not found: 'Void
System.Windows.Forms.StatusStripPanel.set_BorderSides

Here are the frameworks in question.

On the surface it appears that 2.050215 does not support this panel method.
If that is the case: Do I scap the panels, Target 2.05 framework (if so how?
in C# express SDK command?? pain the butt.). Any suggestions?

Facts:
---------------------------------

C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\ (is what is on my machine via
studio install C# 2.0 express)

Target Machine
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\


System.MissingMethodException: Method not found: 'Voi
System.Windows.Forms.StatusStripPanel.set_BorderSides(System.Windows.Forms.Border3DSide)'.
at Serialexample.SerialComm.SetPanel()
at Serialexample.SerialComm.Ini()
at Serialexample.SerialComm.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.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&
m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50215.44 (beta2.050215-4400)
CodeBase:
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50215/mscorlib.dll
 
M

Mattias Sjögren

On the surface it appears that 2.050215 does not support this panel method.
If that is the case: Do I scap the panels, Target 2.05 framework (if so how?
in C# express SDK command?? pain the butt.). Any suggestions?

Download and install beta 2. Many changes have been made since beta 1
so you will likely have to do some changes.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top