.net compact framework

C

cmk128

Hi
I have developed a program using vs.net 2003, the program can run on
ppc 2003. But if i run it in windows mobile 5.0 . It has an
System.exception here:

private void InitializeComponent()
{
System.Resources.ResourceManager resources = new
System.Resources.ResourceManager(typeof(DisplayForm));

!!! The ResourceManager has problem, how to fix it? should i install
..net compact framework 1.0 to my windows mobile 5.0 machine? I think my
5.0 machine alread got .net compact framework 2.0


thanks
from Peter ([email protected])
 
F

Fabien

Hi,

If your device got the CF2.0 it is OK, the CF2.0 supports the CF1.0
application. CF1.0 appliaction developped with VS2003 should run on
WM5.0 so long as you haven't called into any device specific
functionality. You can also use VS2005 and install the WM5.0 SDK.

BR

Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/




(e-mail address removed) a écrit :
 
P

Paul G. Tobey [eMVP]

In other words, it should work exactly as it is. I would guess that
something you are doing in the form that you're creating is responsible for
the crash, rather than the code that you show there. Maybe you're using a
control that doesn't happen to be installed on WM5 or your Form.Load method
is doing something with P/Invoke that isn't provided on the WM5 device.

*NO* WM5 devices have .NET CF 2.0 installed in ROM. They should *all* have
..NET CF 1.0.

Paul T.

Hi,

If your device got the CF2.0 it is OK, the CF2.0 supports the CF1.0
application. CF1.0 appliaction developped with VS2003 should run on
WM5.0 so long as you haven't called into any device specific
functionality. You can also use VS2005 and install the WM5.0 SDK.

BR

Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/




(e-mail address removed) a écrit :
 
V

vikash

Hi

Do install service pack 3 of cf for visual studio 2003.
i suppose it will solve ur problem coz sp3 supports devlopment on
higher platforms as well which are supported in CF2.0.

thanks & regards
vikash
 

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