Re: While debugging I get an error



Hi,

I have had the same problem, try to install the CF 2.0 SP1 for me it
has worked fine and solved the problem.

http://www.microsoft.com/downloads/details.aspx?familyid=7BEFD787-9B5E-40C6-8D10-D3A43E5856B2&displaylang=en


BR


Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/

pratham a écrit :
I didn't find an exact solution to the problem....but was able to come up
with a workaround. Instead of directly debugging. I just deploy the solution.
Then I launch the assembly from the device and from VS2005 use Debug>Attach
to Process and atttach the exe on the device. It works fine for me.
So I still haven't been able to find the solution to my problem...but this
things works for me.

"pratham" wrote:

First and foremost I know that VS2005 doesn't support debugging on WinCE4.2.
I had an app. on WinCE4.2 which I recently upgraded to CF2. So, now I deploy
the app with Target Device as Windows CE 5.0 Device and Platform = Windows CE
5.0. using VS2005. It works fine and am also able to deploy/debug the app
using VS2005. But sometimes(haven't been able to figure out exactly when), it
just stops debugging. VS2005 deploys all the files and when it comes to
remotely launching it....I get an error on my device that "Application has
performed an illegal operation and will be shutdown....."
Exception:0xC0000005.
And then it refuses to debug, giving me the same error until I delete the
whole source code folder and force sync with my source control. This never
happened to me while using VS2003.
I thought, that there might be something wrong with the deployed exe. But I
can launch the exe from the device and it doesn't give me any error.
Has anyone else encountered this error?

-Thanks,

.



Relevant Pages

  • Re: Windows CE Splash and Shell
    ... for each Launch key windows CE checks signal started ... dependencies before launching the App. ... Windows Embedded Manager ... have a Windows CE image with standard shell working ...
    (microsoft.public.windowsce.embedded)
  • Re: Need an advice with this (multithread)
    ... be collected by the garbage collector before they've completed. ... An EXE is ... Windows Services ... >> I suggest you have ASP.NET launch an EXE to do this or queue up a windows ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: WaitForSingleObject returns immediately
    ... So you'll have the same problem on "regular" Windows CE if the apps you use single-instance themselves. ... There is a different approach to take, though, if you want to know when an app terminates. ... > My application should be able to receive a command line and launch the ...
    (microsoft.public.windowsce.app.development)
  • Re: C# Console app with hidden window and user input
    ... hide its console window when its launched out on the field. ... console window at launch time. ... create a Windows Service or a simple Windows Forms app that happens not ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: WaitForSingleObject returns immediately
    ... Most, but not necessarily all, Windows CE apps will check to see if there is ... the app minimizes when the ... The first time my application tries to launch another application, ... #if!defined WINCE ...
    (microsoft.public.windowsce.app.development)

Loading