.NET Framework Installation Question.

  • Thread starter Thread starter Jim Snow
  • Start date Start date
J

Jim Snow

We're contemplating installing the .NET framework but we're unsure if
it will create any incompatiblity issues with our current development
environment.

Our environment consists of:
Visual Studio 6 (only programming in Visual Basic SP3)
MSADO 2.0
SQL Server 2000

This has all come about as we'd like to buy a few copies of Red Gate's
SQL Compare utility. Unfortunately, their newest version requires the
..NET Framework to be installed on the machine.

Can anyone think of any glaring problems right off the bat? Thanks in
advance for any suggestions and/or help!!

Happy New Year,
Jim
 
You shouldn't have any problems - it is well documented that .NET does not
interfere with any of these.

I have had VB6, SQL Server and VS.NET on several machines together over the
past couple of years with no problems.
 
also, if you have a spare server, i would suggest building it to match your
current environment and then perform the framework install and test for any
problems.
 
Back
Top