473,386 Members | 1,610 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,386 software developers and data experts.

How upgrade VS2005/ASP.NET app to .NET Framework 3.5?

If I understand correctly, the framework version and Visual Studio version
are not intertwined?

Assuming so, how do I (first) find out what framweork my VS2005 ASP.NET
application is targeting (think its 2.0 currently)?

Then, how do I "make it" use the 3.5 Framework?

I know if I opened the project using VS2008, it would prompt me to upgrade,
but I need to do this from VS2005.

Thanks for any help.

Jul 22 '08 #1
2 5030
..NET 3.5 IS .NET2.0 plus some added stuff: WCF,WF, WPF. In the case of
ASP.NET app, it still run on .NET2.0. If you need to use .NET3.0 feature in
your ASP.NET app, you can patck your VS2005 with WF add-in (formal release)
and/or WCF -add-in (only community preview release). However, if you do not
use WF and/or WCF, then you do not need anything else: VS2005 is all you
need for .NET2.0 ASP.NET app.

However, if you have VS2008, you can update your VS2005 project to VS2008
project and still target .NET2.0 only. Unless you have to do SQL Server
reporting servicces report design, you do not need VS2005 any more.

"Ronald S. Cook" <rc***@westinis.comwrote in message
news:DD**********************************@microsof t.com...
If I understand correctly, the framework version and Visual Studio version
are not intertwined?

Assuming so, how do I (first) find out what framweork my VS2005 ASP.NET
application is targeting (think its 2.0 currently)?

Then, how do I "make it" use the 3.5 Framework?

I know if I opened the project using VS2008, it would prompt me to
upgrade, but I need to do this from VS2005.

Thanks for any help.
Jul 22 '08 #2
That's incorrect. VS 2005 was designed to work with ASP.net 2.0. It will not
upgrade to new functionality. I also don't believe it was designed to
downgrade to ASP.Net 1.x but I do remember some hacks that could be done
after-the fact.

VS 2008 supports multi-targeting of framework versions so it could do the
3.5 framework or the 2.0 for ASP.Net.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"Ronald S. Cook" <rc***@westinis.comwrote in message
news:DD**********************************@microsof t.com...
If I understand correctly, the framework version and Visual Studio version
are not intertwined?

Assuming so, how do I (first) find out what framweork my VS2005 ASP.NET
application is targeting (think its 2.0 currently)?

Then, how do I "make it" use the 3.5 Framework?

I know if I opened the project using VS2008, it would prompt me to
upgrade, but I need to do this from VS2005.

Thanks for any help.
Jul 23 '08 #3

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

Similar topics

3
by: Glen W via DotNetMonster.com | last post by:
I need 10 reasons to give to my boss to convince him to upgrade to VS 2005. So far I've got the 2 obvious ones: Generics and Refactoring, one makes code safer the other makes writing code easier....
5
by: GaryDean | last post by:
(my original post was inaccurate but this post accurately describes what I think is a very bad vs2005 bug) short description... Deleting a dataset and recreating it from the dataadapter causes...
10
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. ...
6
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a...
18
by: Brett Romero | last post by:
I'm using VS.NET 2003 with Framework 1.1. I want to upgrade to VS.NET 2005 and Framework 2.0. I'd like to hear comments from people that have moved to the new platform with final releases of...
2
by: Jerry Derringer | last post by:
Our company just upgraded to VS 2005 (and by the way, I love it!) I was able to migrate the code for our product from VS2003 to VS2005 with only a few snags, and it's working great now. However...
2
by: Scott R | last post by:
I have purchased the VS 2005 professional upgrade. I would like to remove VS 2003 prior to installation. If I uninstall VS 2003, how does VS 2005 know I qualify for the upgrade pricing?
0
by: ChrisM | last post by:
I have a project that is written in C# in VS2003, under Framework version 1.1. How much of an issue is it to upgrade to VS2005 Framework 2.0? Is it a case of simplying opening the project in...
0
by: Freddy Coal | last post by:
Hi, I would like make new projects in VS2008 (actually I work with VS2005) because in my opinion is more faster than VS2005, but in the moment I need only framework 2.0. Well my problem are with...
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: 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...
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
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
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...

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.