G
Guest
So I have a project in VS .Net 2003 that uses a custom control that I created
and it all works great. I want to convert it all to VS .Net 2005. I opened
the Control project, it converted to 2005 with no problems and compiled
flawlessly. I did the same with my application project (the one that
consumes the control), it required that I change some references from
OpenNETCF V1.3 to the new V2.0 Beta.
It compiles with just one error:
Metadata file 'c:\Program Files\Microsoft Visual Studio8\
SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\CompactControls.dll'
could not be opened -- 'Version 2.0 is not a compatible
version.' C:\Master.NET2005\MobileApps\PreprocEval\PreProcEval\CSC PreProcEval
I have also tried creating a new Control Project in .Net 2005 and pasting
the control code from the 2003 project into the 2005 project to no avail.
Does anyone have a clue as to what is going on here?
Bill
and it all works great. I want to convert it all to VS .Net 2005. I opened
the Control project, it converted to 2005 with no problems and compiled
flawlessly. I did the same with my application project (the one that
consumes the control), it required that I change some references from
OpenNETCF V1.3 to the new V2.0 Beta.
It compiles with just one error:
Metadata file 'c:\Program Files\Microsoft Visual Studio8\
SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\CompactControls.dll'
could not be opened -- 'Version 2.0 is not a compatible
version.' C:\Master.NET2005\MobileApps\PreprocEval\PreProcEval\CSC PreProcEval
I have also tried creating a new Control Project in .Net 2005 and pasting
the control code from the 2003 project into the 2005 project to no avail.
Does anyone have a clue as to what is going on here?
Bill