Visual Studio 2003's Debug not working with app.exe.config file and .Net Compact Framework 2.0

  • Thread starter Thread starter welcomebox
  • Start date Start date
W

welcomebox

Hi,

we use Visual Studio 2003, with Pocket PC installed with NETCF2.

We've got NETCF1 applications that we are able to run with NETCF2 when
we use an app.exe.config file.

What we can't do is to use the Debug mode of VS 2003 on such Pocket PC.

When we try to use the Debug mode, we obtain in the log window just
comments saying that the application is correctly deployed. Nothing
happens. Neither on the Pocket PC, nor on Visual Studio. We stay in
"code editing" mode.

On Pocket PC installed with just NETCF1, the Debug mode is working
correctly.
 
You can not use VS 2003 to debug applications running against NETCF V2.

If you remove configuration file and run against V1 it should work. Please
let me know if it does not.

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