Script library missing

  • Thread starter Thread starter Erick Verlangieri
  • Start date Start date
E

Erick Verlangieri

Installed an asp.net application on our webserver and i'm
getting the following error message:

[unable to find script
library '/aspnet_client/system_web/1_1_4322/webuiValidation
..js'. Try placing this file manually or reinstall by
using ' aspnet_regiis -c'.]

The file in question is present on the
WINDOWS\Microsoft.NET\Framework\v1.1.4322
\ASP.NETClientFiles folder.

I try running the aspnet_regiis -c and got the following
error:

An error has occurred (0x80070003).

Any help is appreciated.
 
Check the errors (in particular any javascript errors)
that occurred on the page. This can be caused when a
piece of javascript causes some problem and that the .js
file never gets loaded.

There should be a "Errors on Page" icon in your status
bar. Double click that and have a look for any javascript
errors.

- Paul Glavich
 
Back
Top