Groups | Blog | Home
all groups > dotnet general > march 2006 >

dotnet general : MVS 2003 project and framework 2.0


martins
3/9/2006 7:13:55 PM
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 ?

Michael Nemtsev
3/9/2006 7:50:48 PM
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

martins
3/9/2006 11:14:23 PM
[quoted text, click to view]

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

Michael Nemtsev
3/10/2006 12:00:00 AM
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

[quoted text, click to view]
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

AddThis Social Bookmark Button