473,320 Members | 1,823 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,320 software developers and data experts.

Error: visual studio .NET cannot run/preview the offline web project ...

I have VS.NET 2003
It was working fine, but I had to uninstall/reinstall IIS due to some
wierdness (which it turns out was due to a zone alarm update, but I digress)
I've reinstalled the .NET 1.1 SDK, and still get the above error message
when I first try to View in Browser.
This project only uses html, so it's not an issue yet, but I plan on using
aspx soon.

Apologies if this has been asked before, but I couldn't find anything in
existing posts.

TIA

Greg
Nov 18 '05 #1
7 1285
"Nightdrive" <ni********@supanet.com> wrote in message
news:uV**************@tk2msftngp13.phx.gbl...
I have VS.NET 2003
It was working fine, but I had to uninstall/reinstall IIS due to some
wierdness (which it turns out was due to a zone alarm update, but I digress) I've reinstalled the .NET 1.1 SDK, and still get the above error message
when I first try to View in Browser.
This project only uses html, so it's not an issue yet, but I plan on using
aspx soon.

Apologies if this has been asked before, but I couldn't find anything in
existing posts.


Do you have "work offline" set in IE?
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #2

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"Nightdrive" <ni********@supanet.com> wrote in message
news:uV**************@tk2msftngp13.phx.gbl...
I have VS.NET 2003
It was working fine, but I had to uninstall/reinstall IIS due to some
wierdness (which it turns out was due to a zone alarm update, but I

digress)
I've reinstalled the .NET 1.1 SDK, and still get the above error message
when I first try to View in Browser.
This project only uses html, so it's not an issue yet, but I plan on using aspx soon.

Apologies if this has been asked before, but I couldn't find anything in
existing posts.


Do you have "work offline" set in IE?
--
John Saunders
johnwsaundersiii at hotmail

No, and i've not needed to do that in teh past (before I reinstalled IIS)

The full error message is:
"Visual Studio .NET can not run/preview the offline web project because your
machine's default ASP.NET version is not supported. you must ensure that
your machine is upgraded to ASP.NET v1.1."

VS thinks I'm not running the .NET Framework v1.1

Greg
Nov 18 '05 #3
"Nightdrive" <ni********@supanet.com> wrote in message
news:uV**************@tk2msftngp13.phx.gbl...
I have VS.NET 2003
It was working fine, but I had to uninstall/reinstall IIS due to some
wierdness (which it turns out was due to a zone alarm update, but I digress) I've reinstalled the .NET 1.1 SDK, and still get the above error message
when I first try to View in Browser.
This project only uses html, so it's not an issue yet, but I plan on using
aspx soon.

Apologies if this has been asked before, but I couldn't find anything in
existing posts.


Do you have "work offline" set in IE?
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #4

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"Nightdrive" <ni********@supanet.com> wrote in message
news:uV**************@tk2msftngp13.phx.gbl...
I have VS.NET 2003
It was working fine, but I had to uninstall/reinstall IIS due to some
wierdness (which it turns out was due to a zone alarm update, but I

digress)
I've reinstalled the .NET 1.1 SDK, and still get the above error message
when I first try to View in Browser.
This project only uses html, so it's not an issue yet, but I plan on using aspx soon.

Apologies if this has been asked before, but I couldn't find anything in
existing posts.


Do you have "work offline" set in IE?
--
John Saunders
johnwsaundersiii at hotmail

No, and i've not needed to do that in teh past (before I reinstalled IIS)

The full error message is:
"Visual Studio .NET can not run/preview the offline web project because your
machine's default ASP.NET version is not supported. you must ensure that
your machine is upgraded to ASP.NET v1.1."

VS thinks I'm not running the .NET Framework v1.1

Greg
Nov 18 '05 #5
"Nightdrive" <ni********@supanet.com> wrote in message
news:eO**************@TK2MSFTNGP12.phx.gbl...

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"Nightdrive" <ni********@supanet.com> wrote in message
news:uV**************@tk2msftngp13.phx.gbl...
I have VS.NET 2003
It was working fine, but I had to uninstall/reinstall IIS due to some
wierdness (which it turns out was due to a zone alarm update, but I digress)
I've reinstalled the .NET 1.1 SDK, and still get the above error message when I first try to View in Browser.
This project only uses html, so it's not an issue yet, but I plan on using aspx soon.

Apologies if this has been asked before, but I couldn't find anything in existing posts.


Do you have "work offline" set in IE?
--
John Saunders
johnwsaundersiii at hotmail

No, and i've not needed to do that in teh past (before I reinstalled IIS)

The full error message is:
"Visual Studio .NET can not run/preview the offline web project because

your machine's default ASP.NET version is not supported. you must ensure that
your machine is upgraded to ASP.NET v1.1."

VS thinks I'm not running the .NET Framework v1.1


First thing to try is to run

%windir%\Microsoft.Net\Framework\v1.1.4322\aspnet_ regiis -i

Then try again.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #6
"Nightdrive" <ni********@supanet.com> wrote in message
news:eO**************@TK2MSFTNGP12.phx.gbl...

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"Nightdrive" <ni********@supanet.com> wrote in message
news:uV**************@tk2msftngp13.phx.gbl...
I have VS.NET 2003
It was working fine, but I had to uninstall/reinstall IIS due to some
wierdness (which it turns out was due to a zone alarm update, but I digress)
I've reinstalled the .NET 1.1 SDK, and still get the above error message when I first try to View in Browser.
This project only uses html, so it's not an issue yet, but I plan on using aspx soon.

Apologies if this has been asked before, but I couldn't find anything in existing posts.


Do you have "work offline" set in IE?
--
John Saunders
johnwsaundersiii at hotmail

No, and i've not needed to do that in teh past (before I reinstalled IIS)

The full error message is:
"Visual Studio .NET can not run/preview the offline web project because

your machine's default ASP.NET version is not supported. you must ensure that
your machine is upgraded to ASP.NET v1.1."

VS thinks I'm not running the .NET Framework v1.1


First thing to try is to run

%windir%\Microsoft.Net\Framework\v1.1.4322\aspnet_ regiis -i

Then try again.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #7

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:OV**************@TK2MSFTNGP12.phx.gbl...
"Nightdrive" <ni********@supanet.com> wrote in message
news:eO**************@TK2MSFTNGP12.phx.gbl...

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"Nightdrive" <ni********@supanet.com> wrote in message
news:uV**************@tk2msftngp13.phx.gbl...
> I have VS.NET 2003
> It was working fine, but I had to uninstall/reinstall IIS due to some > wierdness (which it turns out was due to a zone alarm update, but I
digress)
> I've reinstalled the .NET 1.1 SDK, and still get the above error message > when I first try to View in Browser.
> This project only uses html, so it's not an issue yet, but I plan on using
> aspx soon.
>
> Apologies if this has been asked before, but I couldn't find
anything in > existing posts.

Do you have "work offline" set in IE?
--
John Saunders
johnwsaundersiii at hotmail

No, and i've not needed to do that in teh past (before I reinstalled IIS)
The full error message is:
"Visual Studio .NET can not run/preview the offline web project because

your
machine's default ASP.NET version is not supported. you must ensure that
your machine is upgraded to ASP.NET v1.1."

VS thinks I'm not running the .NET Framework v1.1


First thing to try is to run

%windir%\Microsoft.Net\Framework\v1.1.4322\aspnet_ regiis -i

Then try again.
--
John Saunders
johnwsaundersiii at hotmail


Worked a treat.
I was surprised a .NET SDK install didn't do this for me. Oh well!
Many thanks. I had no idea where to go with this one.

Greg
Nov 18 '05 #8

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

Similar topics

1
by: Nagarajan | last post by:
Hello, I am trying to open an application as a VS . NET Project . I get this error every time "Cannot create the offline cache in C:\Documents and Settings\TEMP\My Documents\Visual...
2
by: Qiao Yun | last post by:
I used vc++.net (visual studio .net ) to open a project which can work well in vc++6.0. I succeeded in compiling the project in vc++.net in release mode . But when I tried to compile the project...
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
1
by: hashemian | last post by:
Hello, I would create a new web application, So I created a virtual folder and added FrontPage Server Extensions to the virtusl folder to create a subweb. But when I try to get a new web...
14
by: Roland Hall | last post by:
Since I'm not getting any response from the community, I'm reposting this under my managed account. I've turned my web.config friendly error messages off and it may be easier to view what I'm...
2
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
9
by: fcvcnet | last post by:
Hi, I write a class class CSegment { public: CSegment(void); public: ~CSegment(void); public: CArray< CList< CPoint, CPoint& >, CList< CPoint, CPoint& >& m_curve;
1
by: misu101 | last post by:
Hi, I have a VS 6 project and I am trying to compile it using VS 2005. My program has the atlbase.h include which seems to trigger the errors. It used to compile OK using VS 6. The include...
11
by: =?Utf-8?B?UGV0ZXIgSw==?= | last post by:
I am working with Visual Studio or alternately with Expression Web. I need to create about 50 aspx pages with about 1200 thumbnali images, typically arranged in three to four groups per page,...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
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
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
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...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
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...

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.