Search code examples
windows-cefatal-error

Windows CE Emulator related error when using VS.NET 2005 and 2008


I have a situation where i need to debug a Windows CE application in both Vs.NET 2008 as well as VS.NET 2005.

After I switch between the emulators in these 2 environments a few times, i get the error:

A fatal error has occurred and debugging needs to be terminated. HRESULT=0x8013110e. Error code=0x0.

Why should it happen only after switching back and forth? The task manager shows sufficient memory and I am not able to debug this.

What could be the problem ?

Regards, Chak


Solution

  • I'd wager that this has something to do with both development environments being installed at once. You can install multiple Visual Studio dated versions at once, but they have to be installed in date order. Perhaps the 2008 emulator package was conflicting with 2005?