hi, I am trying to use the OpcRcw.da.dll; If I interop this dll inside a test console project everything works. But if I build dll project to do my interop gymnastic and ref my library into my console project I am getting this error.
COM object that has been separated from its underlying RCW cannot be used.
What need to be done to a class lib project to not kill the RCW ref....
thanks