Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Interop » .NET   (RSS)

How to register .NET Assembly for COM Interop ?

Do you want to use your .NET DLL (assembly) from VB6 or C++ application (native code) ? Yes, you can do that using COM Interop. As per COM rules, you need to get your assembly registered on system (in Registry, yes, thats how COM works!). To get an assembly
Posted by Jigar Mehta | 1 Comments
Filed under: , ,

COM-.NET Interop development? Take care of this thing.

I was trying my hands at creating a .NET 2.0 component that can be consumed by a COM application. One of the errors I got in the process of registering the .NET assembly was RegAsm : warning RA0000 : No types were registered. This was baffling!! I had
Posted by Jigar Mehta | 0 Comments
Filed under: ,
 
Page view tracker