473,382 Members | 1,147 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Visual Studio 6 and .NET 2.0

Hello, a lab that I help manage just got Visual Studio 6 for its
computer science class. We're having problems even getting simple
projects to compile on the computers in VS 6. We think one problem
might be that we're running .NET 2.0 framework on the same computers
for some applicaitons we're testing. Has anyone heard of compatibility
issues with .NET 2.0 Framework and older version of VS? I know that 2.0
works side-by-side of 1.1 and 1.0, but does it go further back to the
non .NET days?

Mar 3 '06 #1
11 1331
Yes it does. I'm running VB6 & VS2003 on my machine with no problems.

Barry

Mar 3 '06 #2
Thanks Barry. Have you tried .NET 2.0 framework yet, or just 1.1?

Mar 3 '06 #3
I run VS 6, VS 2003 and VS 2005 (.NET 1.1, 2.0) all on the same PC, no
problems.

You might want to list your compile errors.

<ju***********@gmail.com> wrote in message
news:11**********************@u72g2000cwu.googlegr oups.com...
Hello, a lab that I help manage just got Visual Studio 6 for its
computer science class. We're having problems even getting simple
projects to compile on the computers in VS 6. We think one problem
might be that we're running .NET 2.0 framework on the same computers
for some applicaitons we're testing. Has anyone heard of compatibility
issues with .NET 2.0 Framework and older version of VS? I know that 2.0
works side-by-side of 1.1 and 1.0, but does it go further back to the
non .NET days?

Mar 3 '06 #4

<ju***********@gmail.com> wrote in message
news:11**********************@u72g2000cwu.googlegr oups.com...
Thanks Barry. Have you tried .NET 2.0 framework yet, or just 1.1?

I had one PC at work that had (emphasis on past tense) VS 6, VS .NET 2003
and VS 2005 on it. I don't recall any issues, but I can't tell what types of
projects I ran on VS 6 in that environment beyond some C++ classroom demos
that I was making standards-compliant for VS 2005 (VC++ 8).
My gut feeling is that as VS 6 doesn't know what .NET is (in any version)
that there should not be issues.
<commercial alert>
As you mentioned managing a lab where classes are taught, I think you should
find out if your institution is eligible to become a member of MSDN AA (the
MSDN Academic Alliance).
If you are eligible, a membership would be a great way to equip your lab(s)
with up to date versions of VS and other Microsoft software for a
ridiculously low annual membership fee, and it would also allow you to make
that same software available to your students at little or no cost to them.
If you're interested, get further info here:

http://msdn.microsoft.com/academic/default.aspx

</commercial>
--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Mar 3 '06 #5
It was 1001, a general compiler error. I'm waiting on more detailed
information from the teacher who uses the lab. Thanks for all the help
so far!

Mar 3 '06 #6
Getting more up to date copies of VS is not a problem, the problem is
teachers who only have experience with VS 6 and not having the time
right now to train them for VS 2003 or 2005.

Mar 3 '06 #7
FWIW, I had no problems with vs6 + vs2003 + vs2005 on the same computer.

<ju***********@gmail.com> wrote in message
news:11*********************@t39g2000cwt.googlegro ups.com...
Getting more up to date copies of VS is not a problem, the problem is
teachers who only have experience with VS 6 and not having the time
right now to train them for VS 2003 or 2005.

Mar 3 '06 #8

<ju***********@gmail.com> wrote in message
news:11*********************@t39g2000cwt.googlegro ups.com...
Getting more up to date copies of VS is not a problem, the problem is
teachers who only have experience with VS 6 and not having the time
right now to train them for VS 2003 or 2005.


I'm going to bite my tongue here, except to say this:
<begin rant>
I'm a college professor who teaches IT courses. It is, by definition, *my
job* to stay current and to teach what is current and marketable.
<end rant>
Good luck with the mix of software!

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Mar 3 '06 #9
Hi,

I have all three, Visual Studio 6, Visual Studio 2003, and Visual Studio
2005 running on the same machines, with no problem.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004.
See www.hardandsoftware.net for details and contact information.
Mar 4 '06 #10
When you reinstall Visual Studio 6, make sure that after the uninstall, you
delete the folder \Microsoft\Visual Studio, so that the reinstall is
"fresh." After the reinstall, apply SP5.

Without "hands-on" I have to guess that the compiler itself has been
corrupted. I haven't seen a similar problem, so this is just a guess.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004.
See www.hardandsoftware.net for details and contact information.
Mar 4 '06 #11
Hey Dick, I'm going to try all of that this weekend and post results.
Hopefully it just needs SP5

Mar 5 '06 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
1
by: Daniel A. Thomas | last post by:
License required Maybe you don't have this but have one of the products that qualifies for the upgrade such as ... Visual Studio .NET 2003 Professional Visual Studio .NET 2003 Professional...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
0
by: marathoner | last post by:
I am currently migrating my Visual C++ 6.0 applications to Visual Studio 2005. I am getting compiler errors involving the VS2005's platform SDK. When I removed directory references to that SDK,...
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.