PC Review


Reply
Thread Tools Rate Thread

After update KB944338, ASP server fails

 
 
Adam Alexander
Guest
Posts: n/a
 
      7th May 2008
After installing the latest Windows Update, KB944338, my local
development server is no longer functioning.

I am running Personal Web Manager on Windows 2000. I am just a lowly
front-end web developer still doing all my server-side coding in
classic ASP/VBScript. (If it ain't broke...)

Anyway, I've never had a problem before, but after installing the
lastest vbscript.dll-related update, I now get this error whenever I
try to access any page on my local server:

Active Server Pages error 'ASP 0201'
Invalid Default Script Language
The default script language specified for this application is invalid.

And absolutely nothing I have tried has worked thus far. I tried
uninstalling the update, but while that removes the new vbscript.dll
from system32 and replaces it with the old one, it hasn't fixed the
problem. I know it's not related to the default script language
setting; that still is set to VBSCRIPT, just like it's always been.
Even if it wasn't, all my pages start with <% @LANGUAGE="VBSCRIPT" %>.
I also tried re-registering vbscript.dll, but it didn't help.

I am really not well-versed in IIS or DLLs or anything, so please be
gentle, but if anyone can help me here, I would be most appreciative.

I tried every route with Microsoft directly, but they keep telling me
that since I'm still using Windows 2000, they can't offer support or
advice without charging me lots and lots of money. Help!

Thank you!
 
Reply With Quote
 
 
 
 
John John (MVP)
Guest
Posts: n/a
 
      7th May 2008
I would try reinstalling the Scripting Engines:

Windows Script 5.6 for Windows XP and Windows 2000
http://www.microsoft.com/downloads/d...DisplayLang=en

If no luck you might want to ask in one of the scripting groups, the
script experts may have seen these problems before and may have answers
for you.

As for the Microsoft employees telling you that there is no support
unless you pay you can remind them that support with problems related to
security updates is always free as long as the operating system is still
in a support phase (which Windows 2000 is).

Support

• Customers in the U.S. and Canada can receive technical support from
Microsoft Product Support Services at 1-866-PCSAFETY. There is no charge
for support calls that are associated with security updates.

• International customers can receive support from their local
Microsoft subsidiaries. There is no charge for support that is
associated with security updates. For more information about how to
contact Microsoft for support issues, visit the International Support
Web site.

http://www.microsoft.com/technet/sec.../ms08-022.mspx

John

Adam Alexander wrote:

> After installing the latest Windows Update, KB944338, my local
> development server is no longer functioning.
>
> I am running Personal Web Manager on Windows 2000. I am just a lowly
> front-end web developer still doing all my server-side coding in
> classic ASP/VBScript. (If it ain't broke...)
>
> Anyway, I've never had a problem before, but after installing the
> lastest vbscript.dll-related update, I now get this error whenever I
> try to access any page on my local server:
>
> Active Server Pages error 'ASP 0201'
> Invalid Default Script Language
> The default script language specified for this application is invalid.
>
> And absolutely nothing I have tried has worked thus far. I tried
> uninstalling the update, but while that removes the new vbscript.dll
> from system32 and replaces it with the old one, it hasn't fixed the
> problem. I know it's not related to the default script language
> setting; that still is set to VBSCRIPT, just like it's always been.
> Even if it wasn't, all my pages start with <% @LANGUAGE="VBSCRIPT" %>.
> I also tried re-registering vbscript.dll, but it didn't help.
>
> I am really not well-versed in IIS or DLLs or anything, so please be
> gentle, but if anyone can help me here, I would be most appreciative.
>
> I tried every route with Microsoft directly, but they keep telling me
> that since I'm still using Windows 2000, they can't offer support or
> advice without charging me lots and lots of money. Help!
>
> Thank you!

 
Reply With Quote
 
Botch the Crab
Guest
Posts: n/a
 
      9th May 2008
Thanks for the response, John.

I am, I must admit, extremely dubious about installing anything
further from Microsoft without perfect knowledge that it isn't going
to screw up my system further, especially one that would involve me
installing Windows Genuine Advangtage. I have a legitimate version of
Windows 2000, but I figure the last thing I need is Microsoft
"verification" software on my machine, especially knowing how often it
creates false positives.

As far as the support thing, I have called and emailed Microsoft over
and over, and over and over they keep telling me that it doesn't
matter if Windows Update caused the problem, the only free Window
Update related support they provide is in successfully installing the
update; after that, you're on your own. And they insist that Windows
2000 is out of warranty, and that they'd have to charge me hundreds
and hundreds of dollars to assist, even via email.

Linux is looking more and more appealing...

~ Adam


On May 7, 6:21 am, "John John (MVP)" <audetw...@nbnet.nb.ca> wrote:
> I would try reinstalling the Scripting Engines:
>
> Windows Script 5.6 for Windows XP and Windows 2000http://www.microsoft.com/downloads/details.aspx?FamilyID=c717d943-7e4...
>
> If no luck you might want to ask in one of the scripting groups, the
> script experts may have seen these problems before and may have answers
> for you.
>
> As for the Microsoft employees telling you that there is no support
> unless you pay you can remind them that support with problems related to
> security updates is always free as long as the operating system is still
> in a support phase (which Windows 2000 is).
>
> Support
>
> • Customers in the U.S. and Canada can receive technical support from
> Microsoft Product Support Services at 1-866-PCSAFETY. There is no charge
> for support calls that are associated with security updates.
>
> • International customers can receive support from their local
> Microsoft subsidiaries. There is no charge for support that is
> associated with security updates. For more information about how to
> contact Microsoft for support issues, visit the International Support
> Web site.
>
> http://www.microsoft.com/technet/sec.../ms08-022.mspx
>
> John
>
> Adam Alexander wrote:
> > After installing the latest Windows Update,KB944338, my local
> > development server is no longer functioning.

>
> > I am running Personal Web Manager on Windows 2000. I am just a lowly
> > front-end web developer still doing all my server-side coding in
> > classicASP/VBScript. (If it ain't broke...)

>
> > Anyway, I've never had a problem before, but after installing the
> > lastest vbscript.dll-related update, I now get this error whenever I
> > try to access any page on my local server:

>
> > Active Server Pages error 'ASP0201'
> > Invalid Default Script Language
> > The default script language specified for this application is invalid.

>
> > And absolutely nothing I have tried has worked thus far. I tried
> > uninstalling the update, but while that removes the new vbscript.dll
> > from system32 and replaces it with the old one, it hasn't fixed the
> > problem. I know it's not related to the default script language
> > setting; that still is set to VBSCRIPT, just like it's always been.
> > Even if it wasn't, all my pages start with <% @LANGUAGE="VBSCRIPT" %>.
> > I also tried re-registering vbscript.dll, but it didn't help.

>
> > I am really not well-versed in IIS or DLLs or anything, so please be
> > gentle, but if anyone can help me here, I would be most appreciative.

>
> > I tried every route with Microsoft directly, but they keep telling me
> > that since I'm still using Windows 2000, they can't offer support or
> > advice without charging me lots and lots of money. Help!

>
> > Thank you!


 
Reply With Quote
 
John John (MVP)
Guest
Posts: n/a
 
      9th May 2008
If you are worried about the WGA tool then do the download with another
machine, any Windows XP machine can do the download.

John

Botch the Crab wrote:

> Thanks for the response, John.
>
> I am, I must admit, extremely dubious about installing anything
> further from Microsoft without perfect knowledge that it isn't going
> to screw up my system further, especially one that would involve me
> installing Windows Genuine Advangtage. I have a legitimate version of
> Windows 2000, but I figure the last thing I need is Microsoft
> "verification" software on my machine, especially knowing how often it
> creates false positives.
>
> As far as the support thing, I have called and emailed Microsoft over
> and over, and over and over they keep telling me that it doesn't
> matter if Windows Update caused the problem, the only free Window
> Update related support they provide is in successfully installing the
> update; after that, you're on your own. And they insist that Windows
> 2000 is out of warranty, and that they'd have to charge me hundreds
> and hundreds of dollars to assist, even via email.
>
> Linux is looking more and more appealing...
>
> ~ Adam
>
>
> On May 7, 6:21 am, "John John (MVP)" <audetw...@nbnet.nb.ca> wrote:
>
>>I would try reinstalling the Scripting Engines:
>>
>>Windows Script 5.6 for Windows XP and Windows 2000http://www.microsoft.com/downloads/details.aspx?FamilyID=c717d943-7e4...
>>
>>If no luck you might want to ask in one of the scripting groups, the
>>script experts may have seen these problems before and may have answers
>>for you.
>>
>>As for the Microsoft employees telling you that there is no support
>>unless you pay you can remind them that support with problems related to
>>security updates is always free as long as the operating system is still
>>in a support phase (which Windows 2000 is).
>>
>>Support
>>
>>• Customers in the U.S. and Canada can receive technical support from
>>Microsoft Product Support Services at 1-866-PCSAFETY. There is no charge
>>for support calls that are associated with security updates.
>>
>>• International customers can receive support from their local
>>Microsoft subsidiaries. There is no charge for support that is
>>associated with security updates. For more information about how to
>>contact Microsoft for support issues, visit the International Support
>>Web site.
>>
>>http://www.microsoft.com/technet/sec.../ms08-022.mspx
>>
>>John
>>
>>Adam Alexander wrote:
>>
>>>After installing the latest Windows Update,KB944338, my local
>>>development server is no longer functioning.

>>
>>>I am running Personal Web Manager on Windows 2000. I am just a lowly
>>>front-end web developer still doing all my server-side coding in
>>>classicASP/VBScript. (If it ain't broke...)

>>
>>>Anyway, I've never had a problem before, but after installing the
>>>lastest vbscript.dll-related update, I now get this error whenever I
>>>try to access any page on my local server:

>>
>>>Active Server Pages error 'ASP0201'
>>>Invalid Default Script Language
>>>The default script language specified for this application is invalid.

>>
>>>And absolutely nothing I have tried has worked thus far. I tried
>>>uninstalling the update, but while that removes the new vbscript.dll
>>>from system32 and replaces it with the old one, it hasn't fixed the
>>>problem. I know it's not related to the default script language
>>>setting; that still is set to VBSCRIPT, just like it's always been.
>>>Even if it wasn't, all my pages start with <% @LANGUAGE="VBSCRIPT" %>.
>>>I also tried re-registering vbscript.dll, but it didn't help.

>>
>>>I am really not well-versed in IIS or DLLs or anything, so please be
>>>gentle, but if anyone can help me here, I would be most appreciative.

>>
>>>I tried every route with Microsoft directly, but they keep telling me
>>>that since I'm still using Windows 2000, they can't offer support or
>>>advice without charging me lots and lots of money. Help!

>>
>>>Thank you!

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Some updates could not be installed: Security Update for Windows XP (KB944338) Mrs. Chickpea Windows XP Help 0 12th Apr 2008 05:10 PM
DataAdapter fails to update the server database =?Utf-8?B?SmFjayBXYXNzZXJzdGVpbg==?= Microsoft ADO .NET 9 3rd Jan 2007 02:32 AM
Windows Update Fails on my Win2k3 Ent Server !SpamMe Microsoft Windows 2000 Advanced Server 5 20th Oct 2004 03:08 PM
Windows update fails, freezes, fails to logon on hotmail, fails to send mail from outlook express, windows update errors, router settings, "MTU , Partial Loss of Internet Connection, and Performance" stevan Windows XP General 0 9th Aug 2004 07:08 PM
RE: win2k server update to sp4 fails (ism.dll; metabase) Cherry Qian Microsoft Windows 2000 Upgrade 5 30th Jul 2003 02:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:28 AM.