VS2003 with CF v2

  • Thread starter Thread starter Joseph Byrns
  • Start date Start date
J

Joseph Byrns

I am using VS2003 to build a CF v1 app. When I install CF v2 on the device
I can no longer launch an application on the PDA from the VS2003 IDE, all
files are copied to the PDA fine, but it gets stuck when launching the
application, hangs for 3 or 4 minuts then gives up (I can go to the files on
the PDA and launch the application from the PDA however). If I hard reset
the PDA such that all evidence of the CF v2 is removed the launching works
fine again. I have added the [applicationname].exe.config file to the
solution with build action set to content.

Am I supposed to be able to launch a V1 Application from VS2003 on a device
with CF V2 installed?
 
Yes, but only if your application runs against V1.

If configuration file you have specifies V2 runtime it won't work as VS 2003
can't work with V2 runtime.


Best regards,


Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top