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

Microsoft Visual Studio 2005 and .Net Framework 1.1

Hi All,

My company want to buy the new Microsoft Visual Studio 2005 for their
employees to develop our web application.
After we develop the web application using the new Microsoft Visual
Studio 2005 we will deloy it to the server, and right now on our
server we only have .NET FrameWork 1.1.
I just wonder do we have to upgrade our server to .NET Framework 2.0 or
we can it leave at FramWork 1.1. Does Microsoft Visual Studio 2005 and
..Net Framework are backward comparable.

Does .NET Framework 2.0 is free and able to download from the Microsoft
website or we have to purchase it.

Thanks for help.

Ted

Mar 30 '06 #1
3 3569
re:
I just wonder do we have to upgrade our server to .NET Framework 2.0 or
we can it leave at FramWork 1.1.
To take advantage of the 2.0 improvements,
you'll need to install the .Net Framework 2.0 on the server.

You don't have to install VS 2005 on the server, though.

re: Does Microsoft Visual Studio 2005 and
.Net Framework are backward comparable.
Yes, but not forward-compatible.

You can run 1.1 apps on 2.0, but you can't run 2.0 apps on 1.1.

re: Does .NET Framework 2.0 is free and able to download from the Microsoft website
Yes. You can download the .NET Framework 2.0 redistributable at :
http://www.microsoft.com/downloads/d...displaylang=en

re:or we have to purchase it.
No. It's free.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Ted Ngo" <nt******@yahoo.com> wrote in message
news:11*********************@v46g2000cwv.googlegro ups.com... Hi All,

My company want to buy the new Microsoft Visual Studio 2005 for their
employees to develop our web application.
After we develop the web application using the new Microsoft Visual
Studio 2005 we will deloy it to the server, and right now on our
server we only have .NET FrameWork 1.1.
I just wonder do we have to upgrade our server to .NET Framework 2.0 or
we can it leave at FramWork 1.1. Does Microsoft Visual Studio 2005 and
.Net Framework are backward comparable.

Does .NET Framework 2.0 is free and able to download from the Microsoft
website or we have to purchase it.

Thanks for help.

Ted

Mar 30 '06 #2
HK
The hardest part is coding, so you might as well code against 2.0 instead of
having to re-code to 2.0 later.
"Ted Ngo" <nt******@yahoo.com> wrote in message
news:11*********************@v46g2000cwv.googlegro ups.com...
Hi All,

My company want to buy the new Microsoft Visual Studio 2005 for their
employees to develop our web application.
After we develop the web application using the new Microsoft Visual
Studio 2005 we will deloy it to the server, and right now on our
server we only have .NET FrameWork 1.1.
I just wonder do we have to upgrade our server to .NET Framework 2.0 or
we can it leave at FramWork 1.1. Does Microsoft Visual Studio 2005 and
.Net Framework are backward comparable.

Does .NET Framework 2.0 is free and able to download from the Microsoft
website or we have to purchase it.

Thanks for help.

Ted

Mar 30 '06 #3
Thank You All.
HK wrote:
The hardest part is coding, so you might as well code against 2.0 instead of
having to re-code to 2.0 later.
"Ted Ngo" <nt******@yahoo.com> wrote in message
news:11*********************@v46g2000cwv.googlegro ups.com...
Hi All,

My company want to buy the new Microsoft Visual Studio 2005 for their
employees to develop our web application.
After we develop the web application using the new Microsoft Visual
Studio 2005 we will deloy it to the server, and right now on our
server we only have .NET FrameWork 1.1.
I just wonder do we have to upgrade our server to .NET Framework 2.0 or
we can it leave at FramWork 1.1. Does Microsoft Visual Studio 2005 and
.Net Framework are backward comparable.

Does .NET Framework 2.0 is free and able to download from the Microsoft
website or we have to purchase it.

Thanks for help.

Ted


Mar 31 '06 #4

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

Similar topics

1
by: Novice | last post by:
Hi all, I am a C++ and Java developer with over 3 years of industry experience. I've written low level C++ code, in addition to web clients that use web services. I've just recently installed the...
1
by: Novice | last post by:
Hi all, I'm afraid this is the second posting of this information as I didn't get a response on the previous post. I will try to shorten my message (i.e. be more concise) in the hopes that it will...
99
by: Jim Hubbard | last post by:
It seems that Microsoft not only does not need the classic Visual Basic developer army (the largest army of developers the world has ever seen), but now they don't need ANY Windows developer at a...
3
by: Thom Little | last post by:
I have ASP.NET websites deployed on a number of servers. Thee were developed with Visual Studio 2003. Is it true that Visual Studio 2005 only supports .NET Framework 2.0 and I will be required...
182
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
0
by: fiona | last post by:
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the...
5
by: blackdog | last post by:
I have installed Visual Studio 2005, on the CD show Visual Studio 2005 team suite with 3 disks. I used to use Visual studio .NET 2003 and I used command csc.exe to compile csharp program. but...
0
by: fiona | last post by:
Reading, Berkshire, UK 05 June 2007 - Crainiate Software make details available of the release of Objecto Framework 2.0, an upgrade to their enterprise business component framework, designed to...
1
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.