MVS 2003 project and framework 2.0

  • Thread starter Thread starter martins
  • Start date Start date
M

martins

Hi,

I have a project built on MVS 2003 with framework 1.1

Why can't I use my executable project on systems with framework 2.0 ? is it
incompatible ?

mus I rebuild my project for framework 2.0 ?
 
Hello martins,

Yes and No, firstly try point the .net 2.0 framework in the app config, and
test if it works

m> Hi,
m>
m> I have a project built on MVS 2003 with framework 1.1
m>
m> Why can't I use my executable project on systems with framework 2.0 ?
m> is it incompatible ?
m>
m> mus I rebuild my project for framework 2.0 ?
m>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Michael Nemtsev said:
Hello martins,

Yes and No, firstly try point the .net 2.0 framework in the app config,
and test if it works

thanks for your reply

but in my APP config (project properties) I only get framework 1.0 and 1.1
supported runtimes, and I have framework 2.0 installed on my system

but my project is a MVS Studio .net 2003
 
Hello martins,

it means that your ASP.net 2.0 handler was not registered correctly
You need call aspnet_regiis.exe -i from the folder of .NET 2.0 distrib (c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\)
and after that go to the properties of IIS' vitrual folder to set the 2.0
version of ASP.net
m> thanks for your reply
m>
m> but in my APP config (project properties) I only get framework 1.0
m> and 1.1 supported runtimes, and I have framework 2.0 installed on my
m> system
m>
m> but my project is a MVS Studio .net 2003
m>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top