How do you build a project to target Framework 1.0 in VS 2003?

D

David Flynn

Hello,

I need to make a quick fix to an existing asp.net 1.0 site. I am using
VS 2003 and when I pull the project down from source control it
converts it to a 2003 project. When I build the project it becomes an
ASP 1.1 build. Is there a build option that allows me to target ASP
1.0?

Best Regards,

David Flynn,
Programmer,
<A href='http://www.buy4now.ie/'>Buy4Now.ie<A>
 
D

dave wanta

You have to change all the references to point to 1.0 objects.

The other option is to use a tool like

ASP.NET Version Switcher 1.0

"The ASP.NET Version Switcher is a little utility that can be used to
quickly
switch the .NET Framework version that the ASPX pages are compiled against.
This is helpful for developers who often have to test their web applications
for compatibility with different version of the .NET Framework. "

http://www.denisbauer.com/


Cheers!
Dave
www.aspNetEmail.com


David Flynn said:
Hello,

I need to make a quick fix to an existing asp.net 1.0 site. I am using
VS 2003 and when I pull the project down from source control it
converts it to a 2003 project. When I build the project it becomes an
ASP 1.1 buil
d. Is there a build option that allows me to target ASP
 
J

Jagan Mohan

In the project properties window, there is a setting called supported
runtimes, set that option for both version 1.0 & 1.1

This should work fine.

Thanks
Jagan Mohan
MCP
Software Engineer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top