problems with NETCF SP3

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

On an ARMV4, a normal Application was build
on Visual Studio.
This works fine if SP 3 was not installed.
After installation of SP3, the application could not
be started any more?

Any body knows the problem?

Thanks.
Werner
 
Werner,

Do you get any error message?

Ginny Caughey
..NET Compact Framework MVP
 
Werner,

Have you tried stepping it through the debugger to see where it's failing?

--

Ginny Caughey
..NET Compact Framework MVP
 
It did not hit any breakpoint.
But in the meantime we took the .NET files which the Visual
Studio was deploing if no .NET was configured int the Plattform.
We took this files manually to the plattform, otherwise it did not work.

This is now ok with one exeption:


If I deploy a simple Windows Applicaion
in debug-mode it works fine as long as it does not
hit a breakpoint. If it hits the first breakpoint
the following Error is displayed:

Fatal Application Error:

"Application SmartDeviceApplication2.exe has performed an illegal operation
and will be shut down. If the problem persists, contact the program vendor.

Program: SmartDeviceApplication2.exe
Exception: 0xC0000005
Address: 03FC0BC4


This error occurs only on one of three XP-Machines.

What could be the problem on this machine?

Thanks.

Werner
 
Werner,

I don't know why the one Xp machine should be having that error. Is it
running sp2?

--

Ginny Caughey
..NET Compact Framework MVP
 
Back
Top