Using framework v1.1 in VS 2005

  • Thread starter Thread starter Nick Smith
  • Start date Start date
N

Nick Smith

Hi all,

Is it possible to use v1.1 of the .Net Framework in Visual Studio 2005?
In VS 2003 you had a property where you could set the Framework version
to use. I don't seem to be able to locate this in 2005.

Thanks

Nick
 
In VS.NET 2003, you were stuck with 1.1 Framework. There were config
settings to run apps under different Frameworks, so you could run 1.0 apps
under 1.0 on a machine that also had 1.1 Framework. You can still do this,
AFAIK.

You have never been able to work with a different Framework in the IDE,
without some hacking, that is.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
 

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

Back
Top