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

post windowsupdate VS.net problems

hi

after installing all (yes, official) patches to my windows2003 server
OS, Visual Studio seems broken.

symptoms;
1. there is no longer a build menu, and ctrl+shift+b does not compile
my files.
2. outlining does not work anymore (expanding and collapsing of
codeblocks).

also

I get a http 404 error when trying to access these files.

I tried reinstalling and regging (regsvr32
c:\windows\microsoft.net\framework\v1.1.4322\aspne t_isapi.dll) .net
again, but with no luck.
I'm damn sure I noticed these errors after the first reboot post
patches. Any clues?

IIS permissions look normal. I can view html files in same location.
It's asp.net that seems broken, but I've got no idea why the vs.net
problems have happened!
tar

m
Nov 17 '05 #1
2 933
See the earlier thread titled "Windows Update Break ASP.NET 1.0 on WinXP
Pro"

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"Maurice Walmsley" <mb********@hotmail.com> wrote in message
news:92**************************@posting.google.c om...
hi

after installing all (yes, official) patches to my windows2003 server
OS, Visual Studio seems broken.

symptoms;
1. there is no longer a build menu, and ctrl+shift+b does not compile
my files.
2. outlining does not work anymore (expanding and collapsing of
codeblocks).

also

I get a http 404 error when trying to access these files.

I tried reinstalling and regging (regsvr32
c:\windows\microsoft.net\framework\v1.1.4322\aspne t_isapi.dll) .net
again, but with no luck.
I'm damn sure I noticed these errors after the first reboot post
patches. Any clues?

IIS permissions look normal. I can view html files in same location.
It's asp.net that seems broken, but I've got no idea why the vs.net
problems have happened!
tar

m

Nov 17 '05 #2
Yup, it is bad. Here's what an MS person posted:

If you are running ASP.NET 1.0 on Windows XP Professional and you install
the latest critical updates from Windows Update (specifically the 822925
cumulative IE patch), ASP.NET will no longer function.

Symptom:
"Server Application Unavailable" when browsing to ASP.NET applications.

We are currently researching this issue and I will post information here as
soon as it is available. In the interim, you can set the userName
attribute in your machine.config's <processModel> element to "SYSTEM" and
then restart IIS. Note that running the ASP.NET process under the SYSTEM
account grants it a high privilege level.

Jim Cheshire [MSFT]
Developer Support
ASP.NET

--
Microsoft MVPs have a question for *you*: Are you patched against the Worm?
http://www.microsoft.com/security/se...s/ms03-026.asp

"Maurice Walmsley" <mb********@hotmail.com> wrote in message
news:92**************************@posting.google.c om...
hi

after installing all (yes, official) patches to my windows2003 server
OS, Visual Studio seems broken.

symptoms;
1. there is no longer a build menu, and ctrl+shift+b does not compile
my files.
2. outlining does not work anymore (expanding and collapsing of
codeblocks).

also

I get a http 404 error when trying to access these files.

I tried reinstalling and regging (regsvr32
c:\windows\microsoft.net\framework\v1.1.4322\aspne t_isapi.dll) .net
again, but with no luck.
I'm damn sure I noticed these errors after the first reboot post
patches. Any clues?

IIS permissions look normal. I can view html files in same location.
It's asp.net that seems broken, but I've got no idea why the vs.net
problems have happened!
tar

m
Nov 17 '05 #3

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

Similar topics

2
by: CJ Oxx | last post by:
Is there an easy way to transfer a page POST content to the next page? Right now I read out the POST content in the PHP script and put it in a html form (with POST as content type) as a hidden...
15
by: Håkan Persson | last post by:
Hi. I am trying to set up a simple HTTP-server but I have problems reading data that is beeing POSTed. class httpServer(BaseHTTPServer.BaseHTTPRequestHandler): def do_POST(self): input =...
2
by: Matt | last post by:
I want to post the form data (http://server/page1.asp) to a modal dialog window (http://server/modaldialog.asp) with a desired height 200px by width 200px. Here's my attempts and problems: ...
2
by: Matt | last post by:
I reposted this question because I really want to accomplish this task. Please advise!! I want to post the form data (http://server/page1.asp) to a modal dialog window...
0
by: Elzevir Block | last post by:
We-e-ell, let's go back. I play backgammon on the Microsoft Games Network. The last time I went there, there was an automatic download of a new interface which seemed to proceed normally. However,...
2
by: Matt | last post by:
When we submit the form data to another page, we usually do the following: <form action="display.aspx" method="post"> will submit the form data and open display.asp in the current browser ...
10
by: Danny | last post by:
Hi all, I am having some odd problems with AJAX on Firefox (1.5). When I use GET as the request method everything works ok, but when I do a POST the remote function doesn't get the parameters I...
3
by: JohnGos | last post by:
Since around 10th May (a couple of days after the recent IE autoupdate), a web application which has worked without problem for several years has developed intermittent problems with data posted from...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.