Jump to content
Xtreme .Net Talk

Question on Migrating VB6 DLL to .NET


Recommended Posts

Guest byrne1
Posted

Here's my situation: I support and do development for a vendor supplied software package that utilizes VB6 forms and code, all of which can be customized. I have several DLL files written in VB6 that interact with the vendor's VB6 forms, etc. One of my DLLs has to be completely overhauled and I need to make the decision of whether to do it in VB6 or to do it in .NET.

 

Can someone offer up some good advice on whether I should go ahead with the rewrite in .NET or should keep it in VB6? I should mention that the vendor's code will remain in VB6 for the forseable future.

 

Althought I am perusing the net and reviewing articles and opinions on this matter, this forum has always been an excellent source for immediate professional information and advice. Thanks in advance for any advice forthcoming.

Guest byrne1
Posted
Thanks for your response. Why do you recommend this approach? For maintainability? Seamless or streamlined interaction? Status quo?
  • *Gurus*
Posted

Since COM support in .Net is mostly for backwards compatibility, I

think it is safe to say that .Net DLL assemblies that act as ActiveX

DLLs are going to be slower than native ActiveX DLLs. Also, you

will have to install the complete .net framework just to use the

rewritten DLLs.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...