reena_pramodh
April 23rd, 2003, 03:25 AM
I am trying to pass an object of a class to a method in Queued component. I tried doing this first by making use of XmlSerializer. It worked out fine. Currently I am trying to achieve the same by implementing the IPersistStream interface in my class. Also I am allowing unsafe code blocks in my code as I am making use of IPersistStream interface.
When I try to register this queued component using the regsvcs utility I get a warning which is of the following format:
Type library exporter warning processing 'QCTest.IPersistStream.Load(pStm), QCTe
st'. Warning: Type library exporter could not find the type library for System.
Runtime.InteropServices.UCOMIStream. IUnknown was substituted for the interface
Also my client application is not able to execute. Can anyone please tell me what the problem is?
:(
When I try to register this queued component using the regsvcs utility I get a warning which is of the following format:
Type library exporter warning processing 'QCTest.IPersistStream.Load(pStm), QCTe
st'. Warning: Type library exporter could not find the type library for System.
Runtime.InteropServices.UCOMIStream. IUnknown was substituted for the interface
Also my client application is not able to execute. Can anyone please tell me what the problem is?
:(