Hi,
Basically i'm Visual Basic Developer. But now some other client need i used the C# for creating the class library. I want to use the C# class library (dll) in the visual basic program. Could you any one help me!
I have use the the "Resigter for COM Interop" option in project properties build dialog. But this option does not work for me.
Loading
mahes waranPosted May 8, 2008, 8:20 AM
I'm new to the C#. Kindly let me know how to use the dllExport utility in .NET. I'm not sure where it is in machine? kindly advice me, how to find the utility in my machine. Or Does any download from any sites?
Mahesh ChandPosted May 8, 2008, 7:58 AM
You will need help from COM on this issue.
First, you take your C# DLL and convert it to a COM DLL using DllExport utility comes with .NET. Once you have Dll converted to COM, you use it in your VB 6 as any other COM DLL.