|
-
Apr 14th, 2005, 04:10 AM
#1
Re: DLL from VB.Net to VB6
Use the Regasm.exe tool to create registry entries for your DLL in the registry, so that it can be accessed like a COM Component.
-
Apr 14th, 2005, 08:21 AM
#2
Addicted Member
Re: DLL from VB.Net to VB6
To elaborate a little more on Mendhak's answer...
Yes, it is possible. You have to install the .NEt Framework on the target machine and add the assembly to the machine's Global Assembly Cache. Then, you can add a reference to it in your project just like any other DLL.
This is a useful technique for incrementally migrating an application from VB6 to .NET.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|