Problems deserializing an object
-
Hi, I am in the process of converting all my MFC projects from VS6 to VS.Net and I'm getting a peculiar problem. My programs seemed to convert fine (with a few minor code changes). However, when I run my app it turns out I am having problems deserializing an object of a type of class defined in an extension DLL. I get the following TRACE output "Warning: Cannot load CMyClass from archive. Class not defined". On the MSDN, it says that this will be a problem when using an extension DLL from a regular DLL. However, I am using the extension DLL from a regular MFC application - which the MSDN says should work fine. MSDN link here (New window) Does anyone have any idea why I am getting this error? I would be very grateful if anyone could shed some light on this issue. Many thanks, Mike.