Interview Questions

How do you generate an RCW from a COM object?

.NET Database ,COM interop,and .NET deployment questions and answers


(Continued from previous question...)

How do you generate an RCW from a COM object?

Use the Type Library Import utility shipped with SDK. tlbimp COMobject.dll /out:.NETobject.dll or reference the COM library from Visual Studio in your project.

(Continued on next question...)

Other Interview Questions