SP1 Client Scripting problems

  • Thread starter Thread starter Mike Marsh
  • Start date Start date
M

Mike Marsh

SP1 client scripting appears to have some problems. The VALIDATION controls
will validate a form but not perform a postback after validation.

Only solution is to uninstall the SP and reinstall the framework without the
SP.

Found the following in the application event log:

Event Type: Warning
Event Source: ASP.NET 1.1.4322.0
Event Category: Setup
Event ID: 1066
Date: 9/2/2004
Time: 9:30:13 PM
User: N/A
Computer: P3
Description:
Failed while copying the ASP.NET client side script files (Source:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\asp.netclientfiles\SmartNav.htm)
(Destination:
c:\inetpub\wwwroot\aspnet_client\system_web\1_1_4322\SmartNav.htm). Error
code: 80070005
_________________________________________________________

AND
_________________________________________________________
Event Type: Warning
Event Source: ASP.NET 1.1.4322.0
Event Category: Setup
Event ID: 1068
Date: 9/2/2004
Time: 9:30:13 PM
User: N/A
Computer: P3
Description:
Failed while copying the ASP.NET client side script files to directories
under c:\inetpub\wwwroot. Error code: 80070005
 
Hi Mike,

I found another solution. Here goes:

I copied the following files
from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ASP.NETClientFiles
to [application webroot]\aspnet_client\system_web\1_1_4322

(a) SmartNav.js
(b) WebUIValidation.js

That's it! Hope this helps.

-Bill
 
Thank you for posting this fix. It saved me...

Bill Magdangal said:
Hi Mike,

I found another solution. Here goes:

I copied the following files
from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ASP.NETClientFiles
to [application webroot]\aspnet_client\system_web\1_1_4322

(a) SmartNav.js
(b) WebUIValidation.js

That's it! Hope this helps.

-Bill

Mike Marsh said:
SP1 client scripting appears to have some problems. The VALIDATION controls
will validate a form but not perform a postback after validation.

Only solution is to uninstall the SP and reinstall the framework without the
SP.

Found the following in the application event log:

Event Type: Warning
Event Source: ASP.NET 1.1.4322.0
Event Category: Setup
Event ID: 1066
Date: 9/2/2004
Time: 9:30:13 PM
User: N/A
Computer: P3
Description:
Failed while copying the ASP.NET client side script files (Source:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\asp.netclientfiles\SmartNav.htm)
(Destination:
c:\inetpub\wwwroot\aspnet_client\system_web\1_1_4322\SmartNav.htm). Error
code: 80070005
_________________________________________________________

AND
_________________________________________________________
Event Type: Warning
Event Source: ASP.NET 1.1.4322.0
Event Category: Setup
Event ID: 1068
Date: 9/2/2004
Time: 9:30:13 PM
User: N/A
Computer: P3
Description:
Failed while copying the ASP.NET client side script files to directories
under c:\inetpub\wwwroot. Error code: 80070005
 
Thanks for posting as well, but this begs the question.... Is this the only
(or best) fix to an annoying bug in Sp1? I've seen several posts with same
issue and all have just replaced the client scripts with previous versions.
Seems like a questionable practice to install Sp1, then replace a critical
portion of .net framework with the old stuff. Any recommendation on a best
practice? On a related note, is it better to keep a separate copy of the
aspnet_client files under each application root, or keep one copy and point
all apps to that by way of a virtual directory?


Tim said:
Thank you for posting this fix. It saved me...

Bill Magdangal said:
Hi Mike,

I found another solution. Here goes:

I copied the following files
from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ASP.NETClientFiles
to [application webroot]\aspnet_client\system_web\1_1_4322

(a) SmartNav.js
(b) WebUIValidation.js

That's it! Hope this helps.

-Bill

Mike Marsh said:
SP1 client scripting appears to have some problems. The VALIDATION controls
will validate a form but not perform a postback after validation.

Only solution is to uninstall the SP and reinstall the framework without the
SP.

Found the following in the application event log:

Event Type: Warning
Event Source: ASP.NET 1.1.4322.0
Event Category: Setup
Event ID: 1066
Date: 9/2/2004
Time: 9:30:13 PM
User: N/A
Computer: P3
Description:
Failed while copying the ASP.NET client side script files (Source:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\asp.netclientfiles\SmartNav.htm)
(Destination:
c:\inetpub\wwwroot\aspnet_client\system_web\1_1_4322\SmartNav.htm). Error
code: 80070005
_________________________________________________________

AND
_________________________________________________________
Event Type: Warning
Event Source: ASP.NET 1.1.4322.0
Event Category: Setup
Event ID: 1068
Date: 9/2/2004
Time: 9:30:13 PM
User: N/A
Computer: P3
Description:
Failed while copying the ASP.NET client side script files to directories
under c:\inetpub\wwwroot. Error code: 80070005
 
Back
Top