I have a component with interface in C# that does some serializing and
deserializing of a class. When I call this interface from a c# application
everything works. When I call the interface from unmanaged C++ .net code it
gives me an error that the Assembly cannot be found. I can call Serialize
from either application and it works. This only happens on Deserialize.
Anybody had an error like this?
deserializing of a class. When I call this interface from a c# application
everything works. When I call the interface from unmanaged C++ .net code it
gives me an error that the Assembly cannot be found. I can call Serialize
from either application and it works. This only happens on Deserialize.
Anybody had an error like this?
Comment