Ask a Question related to ASP.NET General, Design and Development.
-
David Flynn #1
How do you build a project to target Framework 1.0 in VS 2003?
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>
David Flynn Guest
-
Using AIR framework in a non-AIR project
Has anyone figured out a way to use the AIR framework or components in a regular Flex project (non-air of course)? I would have great use for a... -
Dot Net Project Execution without Dot Net and Framework....
Dear all In Dot Net what are the requirements to run the developed Dot Net project EXE file in the system which doesnt have Dot Net..... with... -
Target a different .NET Framework version
Hi, I have developed for my customer a .NET Windows Forms control using the .NET Framework 1.1. Now, my customer wants to have the control... -
XML reader problem in latest framework build?
latest .NET framework has problem loading XML docs, it says invalid character when there is none, works fine on last build. Whats changed? How... -
debuger stopped working after upgrade to vs 2003 and .net framework 1.1
David, I had the same thing happen on one of our boxes. I ran the repair option from the visual studio.net installation cd that fixed it. I... -
dave wanta #2
Re: How do you build a project to target Framework 1.0 in VS 2003?
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. "
[url]http://www.denisbauer.com/[/url]
Cheers!
Dave
[url]www.aspNetEmail.com[/url]
"David Flynn" <david.flynn@buy4now.ie> wrote in message
news:291f7c49.0307030130.318069f7@posting.google.c om...d. Is there a build option that allows me to target ASP> 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> 1.0?
>
> Best Regards,
>
> David Flynn,
> Programmer,
> <A href='http://www.buy4now.ie/'>Buy4Now.ie<A>
dave wanta Guest
-
Jagan Mohan #3
Re: How do you build a project to target Framework 1.0 in VS 2003?
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
"David Flynn" <david.flynn@buy4now.ie> wrote in message
news:291f7c49.0307030130.318069f7@posting.google.c om...> 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>
Jagan Mohan Guest
-
Kevin Spencer #4
Re: How do you build a project to target Framework 1.0 in VS 2003?
Hi David,
See:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconconfiguringaspnetapplicationforaspnetversion. asp[/url]
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Some things just happen.
Everything else occurs.
"David Flynn" <david.flynn@buy4now.ie> wrote in message
news:291f7c49.0307030130.318069f7@posting.google.c om...> 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>
Kevin Spencer Guest



Reply With Quote

