Exceptions after upgrade to WM6

B

Boris Nienke

I got a mail of a client that has upgraded his "O2 Trion"-Device from WM5
to WM6. The .NetCF-1 Application was running fine on WM5 but now gives
exceptions when started.

Exception is:

MissingMethodException
Der Typ 'System.Windows.Forms.FormBorderStyle' konnte nicht aus der
Assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=969DB8053D3322AC' geladen werden.

bei System.Windows.Forms.Form.OnLoad()
bei System.Windows.Forms.Form._SetVisibleNotify()
bei System.Windows.Forms.Control.set_Visible()
bei System.Windows.Forms.Application.Run()
bei PocketOpen.FMain.StartSplash()


After that he installed a NetCF-Framework with a file called:
"netcf.core.ppc3.arm.cab"

After that he gets a different exception called:

NullReferenceException

FMain::FillListe+0x0
FMain::Fmain_Load+0x29
Form::OnLoad+0x15
Form::_SetVisibleNotify+0x1d
Control::set_Visible+0x1f
Application::Run+0x7
FMain::Main+0x53'


Are there any know issues about running old NetCF-Application on WM6? What
could i do to change the code so that is running again on WM6 AND on the
older plattforms?
It's too sad - i thought that these kind of problems should be gone with
..Net ;)

Thanks a lot

Boris
 
Top