Script library missing

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.
 
P

Paul Glavich

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top