I have a windows mobile solution which contains two projects. One written in C# and another in C++ (unmaneged code that compiles into a dll). The part written in C# invokes some C++ functions from dll to connect to a server.
If I open my application and I connect to the server everything works ok. If I minimize it , or if I open another windows mobile application over my application and try again to connect to the server it fails with a native exception code. (Exception code: 0xc000001d.)
Any idea what happens to my native code when I minimize my application? Why it doesn't work anymore? The error appears both on emulator and target device. I use Windows 6.1 Professional and CF 3.5