473,324 Members | 1,678 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

specify Framework 1.1 when 1.1 & 2.0 Beta 1 are installed

Hi,

After I installed 2.0 Beta 1 my ASP.NET 1.1 project started trying to use
the 2.0 Framework. When I try to run I get a "[FileNotFoundException: The
system cannot find the file specified.]" referencing
"c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Tem porary ASP.NET Files\".
How can I make my 1.1 project use the 1.1 Framework?

Thanks,
Mark
Nov 19 '05 #1
6 1257
Mark:
Two equally good options (since they do the same thing). When 2.0 was
installed, a new tab was added to the IIS properties. If you go to your
website properties, you'll see an "ASP.Net" tab, click it and you can chose
theversion to run from a drop down. Or you can download this little tool:
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

They are both shortcuts to the aspnet_regiis -i command

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Mark Oliver" <nh******@newsgroup.nospam> wrote in message
news:b8********************@adelphia.com...
Hi,

After I installed 2.0 Beta 1 my ASP.NET 1.1 project started trying to use the 2.0 Framework. When I try to run I get a "[FileNotFoundException: The system cannot find the file specified.]" referencing
"c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Tem porary ASP.NET Files\".
How can I make my 1.1 project use the 1.1 Framework?

Thanks,
Mark

Nov 19 '05 #2
Hi Mark,

You need to go into C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 and run

aspnet_regiis.exe -r


"Mark Oliver" <nh******@newsgroup.nospam> wrote in message
news:b8********************@adelphia.com...
Hi,

After I installed 2.0 Beta 1 my ASP.NET 1.1 project started trying to
use the 2.0 Framework. When I try to run I get a
"[FileNotFoundException: The system cannot find the file specified.]"
referencing "c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Tem porary
ASP.NET Files\". How can I make my 1.1 project use the 1.1 Framework?

Thanks,
Mark


Nov 19 '05 #3
You could use the IIS Manager to switch the
ASP.NET version which the application targets.

Open the IIS MMC, expand the website tree at the left,
highlight the Application you want to switch, right-click it,
select "Properties" from the context menu, click the ASP.NET
tab, and select the ASP.NET 1.1 version from the dropdown
box. Then, OK your way out of the IIS Manager.

Some versions of the ASP.NET 2.0 Manager sometimes
do *not* display this tab ( particularly the December CTP ).

Some users have reported problems with this,
although for other it works OK.

If you are having problems with it, you might want to
use Denis Bauer's free ASP.NET Version Switcher.

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

It's quite good, and can serve as a work-around until we get
a build which is more stable ( Beta 2 ? ) and has this little
problem worked out in all installations.

best regards,
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=====================

"Mark Oliver" <nh******@newsgroup.nospam> wrote in message
news:b8********************@adelphia.com...
Hi,

After I installed 2.0 Beta 1 my ASP.NET 1.1 project started trying to
use the 2.0 Framework. When I try to run I get a
"[FileNotFoundException: The system cannot find the file specified.]"
referencing "c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Tem porary
ASP.NET Files\". How can I make my 1.1 project use the 1.1 Framework?

Thanks,
Mark

Nov 19 '05 #4
Note:

Denis Bauer's site seems to be down currently.
Keep checking. It should be up again momentarily.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=====================

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:u7****************@TK2MSFTNGP15.phx.gbl...
Mark:
Two equally good options (since they do the same thing). When 2.0 was
installed, a new tab was added to the IIS properties. If you go to your
website properties, you'll see an "ASP.Net" tab, click it and you can
chose
theversion to run from a drop down. Or you can download this little
tool:
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

They are both shortcuts to the aspnet_regiis -i command

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Mark Oliver" <nh******@newsgroup.nospam> wrote in message
news:b8********************@adelphia.com...
Hi,

After I installed 2.0 Beta 1 my ASP.NET 1.1 project started trying to

use
the 2.0 Framework. When I try to run I get a "[FileNotFoundException:

The
system cannot find the file specified.]" referencing
"c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Tem porary ASP.NET Files\".
How can I make my 1.1 project use the 1.1 Framework?

Thanks,
Mark


Nov 19 '05 #5
Hi Juan,

Your IIS MMC change worked for me. I had previouly run
"aspnet_regiis.exe -i", which before hadn't fixed the problem, but maybe it
helped.

Thanks Very Much,
Mark

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
You could use the IIS Manager to switch the
ASP.NET version which the application targets.

Open the IIS MMC, expand the website tree at the left,
highlight the Application you want to switch, right-click it,
select "Properties" from the context menu, click the ASP.NET
tab, and select the ASP.NET 1.1 version from the dropdown
box. Then, OK your way out of the IIS Manager.

Some versions of the ASP.NET 2.0 Manager sometimes
do *not* display this tab ( particularly the December CTP ).

Some users have reported problems with this,
although for other it works OK.

If you are having problems with it, you might want to
use Denis Bauer's free ASP.NET Version Switcher.

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

It's quite good, and can serve as a work-around until we get
a build which is more stable ( Beta 2 ? ) and has this little
problem worked out in all installations.

best regards,
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=====================

"Mark Oliver" <nh******@newsgroup.nospam> wrote in message
news:b8********************@adelphia.com...
Hi,

After I installed 2.0 Beta 1 my ASP.NET 1.1 project started trying to
use the 2.0 Framework. When I try to run I get a
"[FileNotFoundException: The system cannot find the file specified.]"
referencing "c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Tem porary
ASP.NET Files\". How can I make my 1.1 project use the 1.1 Framework?

Thanks,
Mark


Nov 19 '05 #6
re:
Your IIS MMC change worked for me.
Good to know you're up and running again!

best,
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=====================

"Mark Oliver" <nh******@newsgroup.nospam> wrote in message
news:Pt********************@adelphia.com... Hi Juan,

Your IIS MMC change worked for me. I had previouly run
"aspnet_regiis.exe -i", which before hadn't fixed the problem, but maybe
it helped.

Thanks Very Much,
Mark

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
You could use the IIS Manager to switch the
ASP.NET version which the application targets.

Open the IIS MMC, expand the website tree at the left,
highlight the Application you want to switch, right-click it,
select "Properties" from the context menu, click the ASP.NET
tab, and select the ASP.NET 1.1 version from the dropdown
box. Then, OK your way out of the IIS Manager.

Some versions of the ASP.NET 2.0 Manager sometimes
do *not* display this tab ( particularly the December CTP ).

Some users have reported problems with this,
although for other it works OK.

If you are having problems with it, you might want to
use Denis Bauer's free ASP.NET Version Switcher.

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

It's quite good, and can serve as a work-around until we get
a build which is more stable ( Beta 2 ? ) and has this little
problem worked out in all installations.

best regards,
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=====================

"Mark Oliver" <nh******@newsgroup.nospam> wrote in message
news:b8********************@adelphia.com...
Hi,

After I installed 2.0 Beta 1 my ASP.NET 1.1 project started trying to
use the 2.0 Framework. When I try to run I get a
"[FileNotFoundException: The system cannot find the file specified.]"
referencing "c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Tem porary
ASP.NET Files\". How can I make my 1.1 project use the 1.1 Framework?

Thanks,
Mark



Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Sanjay H. Rao | last post by:
Hello, I have Visual Studio .NET Beta 2 installed. I want to upgrade from .NET Framework Beta 2 - which got installed along with Visual Studio .NET Beta 2 - to .NET Framework 1.1. I tried...
0
by: Quimbly | last post by:
I recently installed the Visual Studio 2005 CTP Beta on my machine. That went fine, but when I uninstalled it (as my team later told me we were going to be working with VS2005 Beta 1), it didn't...
7
by: Bonj | last post by:
If I download the 2005 beta express versions and install them, will the .NET framework 2.0 (beta) replace the existing 1.1 (non-beta) that's on my machine? What I mean is will I have two versions...
3
by: david.kao | last post by:
Hi all: I installed DotNet Framework beta 2.0. My web service program stop working in debug mode under VS 2003. I took all steps that Microsoft help page suggest, and none of them are working...
1
by: Jim in Arizona | last post by:
I've built a small IT helpdesk ticket system using the .NET 2.0 Beta 2 framework w/VS 2005 Beta 2. This system sits on an IIS 5.0 server, fully patched. The IIS server is set for windows inegrated...
2
by: Christian Perthen | last post by:
Hi, I just replaced .NET framework 2.0 over .NET framework 2.0 beta and suddenly my VS 2005 beta doesn't work anymore. Anyone else experienced the same issue. Thanks Christian
12
by: - Dan - | last post by:
i will be installing on my new computer sql server 2005 beta 2 which installs sql workbench. this also installs the .net framwork 2.0. i will also already have installed on my machine vs.net 2003...
5
by: nhmark64 | last post by:
Hi, What is the relationship between "Microsoft .NET Framework 3.5 – Beta 1" and "Visual Studio Code Name "Orcas" Beta 1"? Should I install 1 first than the other, or just 1? I need to start...
4
by: =?Utf-8?B?UnV0Z2VyIEZyYW50emVu?= | last post by:
Hi there, I'm busy trying to get the .net 3 runtime components installed on a fresh instal of windows server 2008 beta 3. I've installed the .net 3 framework by installing the application...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.