Windows CE emulator 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 and VS.NET 2005.

After I switch between emulators several times in these two environments, I get the error:

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

Why should this only happen after switching back and forth? The task manager is showing enough memory and I can't debug this.

What could be the problem?

Regards, Chuck

0


source to share


4 answers


I would say this is because both development environments are installed at once. You can install multiple versions of Visual Studio at once, but you need to install them in date order. Perhaps the 2008 emulator package contradicted 2005?



0


source


There are a number of issues with these emulators, if you have PAE installed on XP, definitely more than suggested in the linked MS tech note.Try disabling PAE and see if your problem is resolved.



0


source


Thank. We tried this. However, when deploying an application to VS.NET 2005, it does this, but when the same is done to a VS.NET 2008 application, it is not loaded into the emulator. Thus, there is some corruption in the shared resources.

If we remove 2005 and only work in 2008, it works.

Thanks, Chuck.

0


source


Maybe, but we just put two installations in two different boxes before I read your mail. Perhaps it is.

Thank.

0


source







All Articles