G
Guest
I am developing a PocketPC Demo application in VS.NET 2003 using C#. I wanted
to change the background color of a Label, so I downloaded and installed SP2.
I am now having many problems.
First, when I deploy from VS.NET I get the following message:
"- Deploying to Pocket PC Device using TCP Connect Transport
...
- Files in the package 'netcf.all.wce4.armv4.cab' are more recent on the
device than on the development computer. Consider upgrading to the latest
version." etc. etc.
- First Question - Is that message expected? How do I upgrade my development
computer so that it matches the device? If this is possible, will the new
properties available in SP2 become available in the form designer?
Now the REAL Problem - When I run my application, I get the following
execption:
"An unhandled exception of type 'System.TypeLoadException' occurred in
WinCECMBTest.exe
Additional information: Could not load type System.Windows.Forms.TextBox
from assembly System.Windows.Forms, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089."
The application crashes when calling the constructor of a class from a Class
Library I made. The constructor programatically creates the TextBox. This
worked fine before upgrading to Service Pack 2. What is going on here?
Any ideas? PLEASE Help.
Thanks,
Jeff
to change the background color of a Label, so I downloaded and installed SP2.
I am now having many problems.
First, when I deploy from VS.NET I get the following message:
"- Deploying to Pocket PC Device using TCP Connect Transport
...
- Files in the package 'netcf.all.wce4.armv4.cab' are more recent on the
device than on the development computer. Consider upgrading to the latest
version." etc. etc.
- First Question - Is that message expected? How do I upgrade my development
computer so that it matches the device? If this is possible, will the new
properties available in SP2 become available in the form designer?
Now the REAL Problem - When I run my application, I get the following
execption:
"An unhandled exception of type 'System.TypeLoadException' occurred in
WinCECMBTest.exe
Additional information: Could not load type System.Windows.Forms.TextBox
from assembly System.Windows.Forms, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089."
The application crashes when calling the constructor of a class from a Class
Library I made. The constructor programatically creates the TextBox. This
worked fine before upgrading to Service Pack 2. What is going on here?
Any ideas? PLEASE Help.
Thanks,
Jeff