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

Question on future compatibility between VB.NET and the .NET framework

Hi group,
I will be getting VB.NET 2003 Standard which uses V1.1 of the .NET
framework. When another version of .NET is released, can I use it with
VB.NET 2003 with out upgrading VB.NET? For example, when .NET 2.0 is
released, will I be able to just download the new framework and continue to
use VB.NET 2003 with it?
Nov 20 '05 #1
4 982
Clark Stevens wrote:
Hi group,
I will be getting VB.NET 2003 Standard which uses V1.1 of the .NET
framework. When another version of .NET is released, can I use it
with VB.NET 2003 with out upgrading VB.NET? For example, when .NET
2.0 is released, will I be able to just download the new framework
and continue to use VB.NET 2003 with it?


No. This wasn't the case with VS.NET 2002 and .Net 1.1, and afaik won't be
the case with 2003 and 2.0. Just like you must have VS.NET 2003 to develop
for 1.1 you must have VS2005 to develop for 2.0.

That said, the different .Net Framework versions can be installed side by
side, and to an extent at least 1.1 apps will probably run on 2.0, so
there's nothing to stop you from continuing to use VS.NET 2003.

--
Sven Groot

http://unforgiven.bloghorn.com

Nov 20 '05 #2
Clark,
In addition to Sven's comments.

You will (should) be able to run v1.1 programs under v2.0 without
recompiling, just as you can run v1.0 programs under v1.1.

For an explaination of how Versioning, Compatibility and Side-by-Side
Execution works in .NET see:

http://msdn.microsoft.com/netframewo...n/default.aspx

Hope this helps
Jay

"Clark Stevens" <sc******@twcny.rr.com> wrote in message
news:RS*******************@twister.nyroc.rr.com...
Hi group,
I will be getting VB.NET 2003 Standard which uses V1.1 of the .NET
framework. When another version of .NET is released, can I use it with
VB.NET 2003 with out upgrading VB.NET? For example, when .NET 2.0 is
released, will I be able to just download the new framework and continue to use VB.NET 2003 with it?

Nov 20 '05 #3
"Sven Groot" <sv*******@gmx.net> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...

No. This wasn't the case with VS.NET 2002 and .Net 1.1, and afaik won't be
the case with 2003 and 2.0. Just like you must have VS.NET 2003 to develop
for 1.1 you must have VS2005 to develop for 2.0.
Thanks. That's exactly what I was afraid of.
That said, the different .Net Framework versions can be installed side by
side, and to an extent at least 1.1 apps will probably run on 2.0, so
there's nothing to stop you from continuing to use VS.NET 2003.


Why do I get the feeling that .NET versioning is going to create even more
of a nightmare then "DLL hell"? I understand that MS plans on maintaining
backwards compatibility with the .NET framework, but how can you insure that
anything you write today will be 100% compatible with all past and future
..NET versions? It's not so much of a problem for the developer, but I'm
thinking more in terms of the end user. Are they going to be required to
have every version of the framework installed to make sure that all of their
programs run correctly? How is this going to work?
Nov 20 '05 #4

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:eb**************@TK2MSFTNGP10.phx.gbl...
For an explaination of how Versioning, Compatibility and Side-by-Side
Execution works in .NET see:

http://msdn.microsoft.com/netframewo...n/default.aspx

Thanks for the helpful link. It answered a lot of my questions.
Nov 20 '05 #5

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

Similar topics

0
by: Ashish | last post by:
I have some .net dlls which are compiled against framework version 1.0, should there be any problems running the same dlls under server2003 or framework version 1.1 ? I have heard some concerns...
44
by: lester | last post by:
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ?? I think there...
35
by: GTO | last post by:
I do not believe that C# is the future of C++. I also do not believe that adding two thousand new library functions to the standard library is the future of C++. But what is the future of C++? Is...
7
by: Todd McNeill | last post by:
Hi- Something was just pointed out to me this morning. According to the V8 Command Reference, the RUNSTATS command no longer uses the SHRLEVEL CHANGE/REFERENCE clauses, and it looks to be...
7
by: Ronnie | last post by:
I'm curious if anyone has any insights into what Microsoft has in store for ACCESS in current or future releases? I'm currently working on Access 2000 and haven't seen the newer versions. I'm...
1
by: Vycka | last post by:
Hello, There is a enterprise web application that is based on asp.net technologies and works on Microsoft IIS. The total number of users is 850. When the load of system gets very high, the...
5
by: iwdu15 | last post by:
hi, does anyone kno of a website i can learn about the basics of API calling and using windows DLLs in my program? ive been porogramming in VB for a couple of years and want to start using more...
5
by: Lyle Fairfield | last post by:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/callnetfrcom.asp The Joy of Interoperability Sometimes a revolution in programming forces you to abandon all...
43
by: Steve | last post by:
From http://www.regdeveloper.co.uk/2008/01/14/office_mac_08_vba/ "VBA will disappear completely when Office 2007 for Windows is replaced, sometime around 2009. Microsoft announced last July...
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: 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
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
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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.