is it possible to use Framework v1.0 with VSTUDIO2003?

  • Thread starter Thread starter Mat
  • Start date Start date
M

Mat

Addin for outlook is have a problem with framework 1.1 and i need to go back
to framework v1.0
 
Addin for outlook is have a problem with framework 1.1 and i need to
go back to framework v1.0

Right click on the project and select properties.

Under Common Properties, choose Build. Towards the bottom, there's a
section called Supported Runtimes. Click the Change button.

Chris
 
The change button is not available..

Chris Dunaway said:
Right click on the project and select properties.

Under Common Properties, choose Build. Towards the bottom, there's a
section called Supported Runtimes. Click the Change button.

Chris
 
What version of VS.NET are you using?

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
 
VS 2003 and i want to build my addin to use framework V 1.0
One of function of my addin is not working with framework v 1.1
 
Tom Spink said:
What version of VS.NET are you using?

I have heard that the button is not available for library projects in
VS.NET 2003...
 
TOO BAD....:-(
is it a way to get enable it or to make my libraty project work with
framework v1.0?
 
Hi Herfried,

Indeed, you are correct.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
 
¤ Addin for outlook is have a problem with framework 1.1 and i need to go back
¤ to framework v1.0
¤

The VS.NET IDE is hardwired to use specific versions of the framework. In your case 2003 uses 1.1.
However, you can redirect your app to use a specific version. See the following:

http://www.gotdotnet.com/team/changeinfo/default.aspx


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Mat said:
is it a way to get enable it or to make my libraty project work with
framework v1.0?

You may want to maintain 2 versions of the library, if you have VS.NET
2002 installed too.
 
Back
Top