Does a .NET Framework installation interfere with existing VB6 runtime or COM installations?
Posted
by faredoon
on Stack Overflow
See other posts from Stack Overflow
or by faredoon
Published on 2010-06-06T15:59:14Z
Indexed on
2010/06/06
16:02 UTC
Read the original article
Hit count: 331
Consider this situation: There's a critical VB6 desktop application running on a production box. There is a possibility of installing a .NET application that queries the same DB that the VB6 application queries, which is an SQL Server 2000 DB. The VB6 application also depends on third-party ActiveX controls (registered .ocx files).
The concern is - will the .NET Framework installation replace any files or break the VB6 runtime in any way. In other words, can we safely assume that an installation of the .NET Framework is completely independent of any previous VB6 installations and will not interfere with the running application?
© Stack Overflow or respective owner