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])
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])