473,404 Members | 2,137 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,404 software developers and data experts.

visual studio.net version compatibility

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 school. When I tried to
open it in the lab, I got a message saying I couldn't open it because
it was created with a newer version. Evidently the lab is using Visual
Studio.Net 2002.

My professor doesn't just want the executable file, he wants all the
component files so he can compile it himself.

I read through the Help file and here's what I found:

Side-by-Side Installations of Visual Studio .NET
Visual Studio supports installation of versions 2002 and 2003 on the
same machine; however you should be aware of certain issues.
• Visual Studio .NET 2002 shipped with the Microsoft .NET Framework
SDK version 1.0. Visual Studio .NET 2003 ships with .NET Framework SDK
version 1.1. If you developed applications that reference .NET
Framework version 1.0 and attempt to open the solution in Visual
Studio .NET 2003, the references to .NET Framework are changed to
reference .NET Framework 1.1. You should review the latest .NET
Framework documentation for information on changes that might affect
your application. For more information, see Targeting a .NET Framework
Version and Installation and Setup.
• If you open and then save solutions created in Visual Studio .NET
2002 in Visual Studio .NET 2003, you can no longer open the solution
created in version 2002 in Visual Studio .NET 2002.
Specifying the Runtime Version for an Application

Applications created in Visual Studio .NET 2003 or later can be set to
target one or more versions of the common language runtime by setting
the Supported Runtimes property. By default, the latest version of the
common language runtime is used; specify a different runtime version
if you want your application to run on a previous version of the
common language runtime.

Caution Selecting a previous version of the runtime could cause the
application to fail if it references .NET Framework classes that did
not exist in the previous version. You should thoroughly test your
application against all specified versions. For more information, see
Working With Multiple Versions of the .NET Framework.

To specify the runtime version in Visual Basic .NET
Select the project in Solution Explorer.
On the Project menu, choose Properties.
In the Property Pages dialog box, select the Build node and click the
Change button.
In the .NET Framework Version dialog box, select a version option and
click Update.

My question is: Will specifying the runtime version allow my professor
to open the files in the older version? If not, is there anything else
I can do?

Thank you in advance for any help.

Angela
Jul 17 '05 #1
1 7247
Almost everybody here is using VB6 or lower. While you may get a stray
answer to VB.NET questions here, you should ask them in newsgroups devoted
exclusively to .NET programming. Look for newsgroups with the word "dotnet"
in their name.

For the news.devx.com news server, try these

vb.dotnet.discussion
vb.dotnet.technical

For the microsoft news server, try these newsgroups...

microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb

There are some others, but these should get you started.

Rick - MVP


<an*****@comcast.net> wrote in message
news:3f****************@news.tn.comcast.giganews.c om...
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 school. When I tried to
open it in the lab, I got a message saying I couldn't open it because
it was created with a newer version. Evidently the lab is using Visual
Studio.Net 2002.

My professor doesn't just want the executable file, he wants all the
component files so he can compile it himself.

I read through the Help file and here's what I found:

Side-by-Side Installations of Visual Studio .NET
Visual Studio supports installation of versions 2002 and 2003 on the
same machine; however you should be aware of certain issues.
. Visual Studio .NET 2002 shipped with the Microsoft .NET Framework
SDK version 1.0. Visual Studio .NET 2003 ships with .NET Framework SDK
version 1.1. If you developed applications that reference .NET
Framework version 1.0 and attempt to open the solution in Visual
Studio .NET 2003, the references to .NET Framework are changed to
reference .NET Framework 1.1. You should review the latest .NET
Framework documentation for information on changes that might affect
your application. For more information, see Targeting a .NET Framework
Version and Installation and Setup.
. If you open and then save solutions created in Visual Studio .NET
2002 in Visual Studio .NET 2003, you can no longer open the solution
created in version 2002 in Visual Studio .NET 2002.
Specifying the Runtime Version for an Application

Applications created in Visual Studio .NET 2003 or later can be set to
target one or more versions of the common language runtime by setting
the Supported Runtimes property. By default, the latest version of the
common language runtime is used; specify a different runtime version
if you want your application to run on a previous version of the
common language runtime.

Caution Selecting a previous version of the runtime could cause the
application to fail if it references .NET Framework classes that did
not exist in the previous version. You should thoroughly test your
application against all specified versions. For more information, see
Working With Multiple Versions of the .NET Framework.

To specify the runtime version in Visual Basic .NET
Select the project in Solution Explorer.
On the Project menu, choose Properties.
In the Property Pages dialog box, select the Build node and click the
Change button.
In the .NET Framework Version dialog box, select a version option and
click Update.

My question is: Will specifying the runtime version allow my professor
to open the files in the older version? If not, is there anything else
I can do?

Thank you in advance for any help.

Angela

Jul 17 '05 #2

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

Similar topics

0
by: Ricardo Dias Marques | last post by:
Hi, I have a development machine with Visual Studio .Net 2003 which, as far as I know, targets the 1.1 .Net Framework. Now I need to open some solutions that were created in another machine...
1
by: gerr | last post by:
Visual studio 2003 "HTTP/1.1 500 Internal Server Error" when trying to create a new Asp.net site with Visual Studio 2003 on localServer XP Pro/IIS 5.1. Everything worked fine prior to installing...
6
by: Carlos J. Quintero [VB MVP] | last post by:
Hi, This is a question that is asked quite often, so here is some recent info from insde Microsoft: Why Visual Studio targets only one version of the .NET Framework...
54
by: m.roello | last post by:
In the book: "Working with Microsoft Visual Studio 2005" Craig Skibo wrote: "The power of Visual Studio 2005 lies in its ability to empower users to build, test, and debug powerful applications...
4
by: Skc | last post by:
We have a developer who has made an application in Visual Studio 2003 and this will not work in our version of Visual Studio 2002. Error message: Solution file loading error: The selected file...
3
by: =?Utf-8?B?QU0=?= | last post by:
Is there a way to work on visual studio 2003 projects using visual studio 2005 without converting, maintaining original code? Thanks AM
5
by: jroozee | last post by:
I am developing in VS '03. I have all of the current framework versions installed on my PC, 1.1, 2.0, and 3.0. How can I make sure the code I am developing in is using the 3.0 framework version?...
9
by: Mohamed Mansour | last post by:
Hello, Last week I downloaded Microsoft Visual Studio 2008 Team Suite edition from MSDN Subscriptions, and I could create working WPF Applications. Today, I am fooling around with WPF again...
3
by: Mickey | last post by:
Anyone know of any compatibility issues between DW and Visual Studio? I've been told me that editing in DW (I'm using CS3 on one computer and 8 on another) can cause compilation errors because of...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.