Crash in Microsoft.AGL on Windows CE 6.0

P

Paolo Patierno

Hello,
I have an application developed on .NET CF 2.0. This application works fine
on my target device with Windows CE 5.0 but on Windows CE 6.0 (with the same
device), it throws the following exception randomly :

Crash in main program System.NotSupportedException: NotSupportedException
in System.Windows.Forms.Control.OnClick()
in System.Windows.Forms.Button.OnClick()
in System.Windows.Forms.ButtonBase.WnProc()
in System.Windows.Forms.Control._InternalWnProc()
in Microsoft.AGL.Forms.EVL.EnterMainLoop()
in System.Windows.Forms.Application.Run()
in Ditron.CustomizableRegister.Program.Main()

Why ?

Thanks,
Paolo
 
P

Paolo Patierno

I have solved the problem....
Tha application was compiled with .Net CF without any Service Pack but
windows ce 6.0 R3 had the .Net CF SP2 installed.
I have compiled the application with .Net CF SP2 and now all work fine !

Paolo.
 

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