When running 'aspnet_regiis -c' still doesn't fix it...

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2003/10/6/when-running-aspnet_regiis-c-still-doesnt-fix-it.html
Published Monday, October 06, 2003 2:14 AM by RoyOsherove
Filed under:

Comments

Friday, November 14, 2003 1:47 PM by adriana

# re: When running 'aspnet_regiis -c' still doesn't fix it...

THANK YOU VERY VERY MUCH
Friday, January 02, 2004 5:01 AM by vitagen

# re: When running 'aspnet_regiis -c' still doesn't fix it...

Thanks dude, works great.

Additional info: This i think normally happens when you create a new SITE not Virtual Directory apart from the Default Site and the aspnet_client folder cant be referenced unless you copy and paste it to the root of your new SITE.
Tuesday, February 03, 2004 10:19 AM by kevin

# re: When running 'aspnet_regiis -c' still doesn't fix it...

Thanks... This fixed the first of the problems... :-)
Thursday, February 05, 2004 1:02 PM by sds

# re: When running 'aspnet_regiis -c' still doesn't fix it...

dsad
Tuesday, February 10, 2004 12:32 PM by Mark

# re: When running 'aspnet_regiis -c' still doesn't fix it...

This happens to me on a public websit only wjhen I log in a the user of the workstaion running XP Pro SP1. It just started and doesn't occur when I log in as myself. Both the user and I have full admin priviledges on this computer. It also is NOT running IIS ??????
Saturday, February 14, 2004 5:25 PM by Happy

# re: When running 'aspnet_regiis -c' still doesn't fix it...

Works like a charm!
Thursday, February 26, 2004 11:16 AM by Pika

# re: When running 'aspnet_regiis -c' still doesn't fix it...

do you mean copy and paste "aspnet_client" folder in my "C:\Inetpub\wwwroot" into "C:\Inetpub\wwwroot\VirtualDirectory"? If that's is, I can't get by this problem...
Thursday, February 26, 2004 1:03 PM by Kris

# re: When running 'aspnet_regiis -c' still doesn't fix it...

Thanks a million
Tuesday, March 09, 2004 2:02 PM by j

# re: When running 'aspnet_regiis -c' still doesn't fix it...

Also, I was driven insane by this. Turns out, my menu webcontrol was used server.transfer tp switch pages. I changed it to response.redirect and no missing validation message! go figure.
Thursday, May 06, 2004 5:57 AM by Alex

# re: When running 'aspnet_regiis -c' still doesn't fix it...

I copied the aspnet_client folder structure from the root account into the website's subfolder but i still continued to face the same problem. Iam running on windows 2003
Sunday, May 09, 2004 9:47 AM by Peter Torr Smith

# re: When running 'aspnet_regiis -c' still doesn't fix it...

I had the "unable to find script library ... /aspnet_client/system_web/1_1_4322/WebUIValidation.js" problem. I traced it down to the root webserver having and document footer file that I had enabled previously (Default Web Server / Properties / Documents / "Enable Document Footer"). Once I got rid of that, I had to delete the files in my browser cache, as it had a cached version of "C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322\WebUIValidation.js" which had my footer html tacked on the end... resulting in a badly formed javascript file.

I am running Visual Studio .net 2002, on XP tablet, with the 1.1 framework installed (though not so sure of that installation, as my references in by C# ASP.Net projects (system, system.data, etc) are showing up as "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll" as opposed to v1.1.4322)

Cheers
Peter
New Zealand
Tuesday, May 25, 2004 6:52 AM by Subhash

# re: When running 'aspnet_regiis -c' still doesn't fix it...

Take the Property of the Virtual Directory. In the application Settings, just remove and re-create the application. This will solve this problem. Next Time, When taking the site for first time, it may b a bit slow, but will be ok after that.
Monday, June 14, 2004 10:38 AM by Tim

# re: When running 'aspnet_regiis -c' still doesn't fix it...

jscript includes can do it too!

<script type="text/javascript" language="javascript" src="copyright.js"/> created the error.

<script type="text/javascript" language="javascript" src="copyright.js"></script> didn't!!
Thursday, June 17, 2004 3:07 AM by Justin

# Copied to every possible location

I tried copying the folder to every possible location I could think of.
It still didn't work. What am I gonna do with this?

Thursday, June 17, 2004 9:51 PM by Gareth

# re: When running 'aspnet_regiis -c' still doesn't fix it...

I had the same problem then realised that a server control on my page used a validator but the script link (<script src="...WebUiValidation.js">) wasn't in the page output. I added a dummy validator to my page which caused this link to be added, and everything works fine.
Tuesday, June 22, 2004 11:58 AM by Trevor Mackay

# re: When running 'aspnet_regiis -c' still doesn't fix it...

HA HA!

NOTHING SEEMED TO WORK FOR ME.

UNTIL I ...

1. uninstalled .net framework.
2. uninstall IIS (I know this really sucks, I had 11 websites)
3. reinstall IIS
4. reinstall .net framework.
5. setup websites in IIS from scratch.

VOILA!

Good Luck
T_Mac
Friday, July 02, 2004 11:42 AM by KB

# re: When running 'aspnet_regiis -c' still doesn't fix it...

YAY TIM - that's what I needed... needed that end </script> tag when I registered a new client block. THANKS A MILLION
Wednesday, July 21, 2004 5:59 AM by Shahzad

# re: When running 'aspnet_regiis -c' still doesn't fix it...

Hi me 2 have win2k3 production server
nither i can "uninstall iis" nor "framkework"
any other solution please...


Shahzad
Pakistan
Friday, July 07, 2006 2:51 PM by Mahnaz Siddiqui

# re: When running 'aspnet_regiis -c' still doesn't fix it...

Coolio! Weird solution but worked! Thanks a lot!

# mayvelous &raquo; Unable to find script library &raquo; Me, Myself and Mayvelous

Friday, December 08, 2006 12:18 AM by lipsa

# re: When running 'aspnet_regiis -c' still doesn't fix it...

thanks frends....it works

Wednesday, December 20, 2006 6:29 PM by Praveen

# re: When running 'aspnet_regiis -c' still doesn't fix it...

It worked! Thanks a lot.