Posted By: Odin | Sep 9th, 2004 @ 5:27 PM
page 1 of 2
Comments: 40 | Views: 62782

We have installed SP1 on our servers. It is good thing that we did it on DEV, STAGER and QA environments, but not on production.

Here is a problem. When you navigate to the login screen, type user name and password, click on "Login" button -> nothing happens!!! No action, no postback...nothing. I have checked the page and it has FORM tag and method as POST and etc.
Clicking on button does just nothing, like this button is not binded or there is no event associated.
This is really weird and I'm trying to understand what is going on, but I'm really short on ideas Sad

Any thoughts would be appreciated.
Thanks.

Minh
Minh
WOOH! WOOH!
Using ASPX?
If so, passing XML in a hidden textbox?
If so, might be running in a security feature.
harumscarum
harumscarum
out of memory
Did you viewsource to see if anything in the markup stood out?
My workstation bluescreened twice before booting up normally after applying this service pack. That was not a very nice experience.
gabe19
gabe19
bang bang shoot shoot
I have actually noticed a similar failure in some aspx postback actions recently, however they appear to be IE6 related in that the same pages work when viewed with FireFox. Perhaps there is some relation to the javascript changes in 1.1 SP1?

Any thoughts from MS?

Blkbam
Blkbam
Bam, Bam! Bam, Bam Bam!
Glad to see I wasn't the only with problems with this.  Mine won't install on my system at all.  I get an unhandled exception error during the installation.

Odin,

 

I was having similar problems with events not firing.  There could be a couple things going on here, but I got it solved by doing the following:

1) Run the command: aspnet_regiis -c

   This should take the new javascript libraries from the .NET framework and put them in your C:\inetpub\wwwroot\ directory.

2) Restart IIS (at least I did)

3) Make sure all your web applications are using the new aspnet_client directories.  I was running into an issue where an application was using the old JavaScript libraries because they had been copied into an application directory.

 

As a note, I am running IIS 6.0, XP with SP2.

 

Good luck!  This was a pretty frustrating problem; hopefully this will save some folks a lot of pain.

 

Dan

shivaries
shivaries
Arian
Even I have the same problem. I guess it is something to do with html server side control buttons because aSP.net controls works just fine.
I had this same exact problem as well.  I finally copied the client-side JS validation files manually to my website's aspnet_client folder and that worked but it's definitely an issue with SP1.


Hi,

Your thread has shed a lot of light on an identical  problem I am experiencing, thanks.

I have tried to run aspnet_regiis -c to deploy the client side scripts, but I get the error:

"An error has occurred (0x80070005)
You must have administrative rights on this machine in order to run this tool"

I am logged in as "administrator" and have checked all permissions and rights on the local machine without success, so I have kinda given up on the automatic deployment.

Would it be possible to make the working aspnet_client script files that you have successfully used available  (email?) ?

Many thanks for your time...
shivaries
shivaries
Arian
Thanks Odin your solution fixed my problem. Thanks for sharing.

Odin, you seem to be stating 2 problems.  Is the js included in SP1 broken?  If so, then the "failed to copy" error would have been a good thing, right?  If the failure to copy was the problem, then you would have still been using the old js, right? 

I'm confused.

Odin,
We're having a 404 resource not found error, we think its the service pack for the framework that is causing this error. We've tried using your suggestion on switching the smartnav back to its original state after intsall but we keep having the same problem.  Any suggestion on this.

We've placed aspnet_client on the root and on the website.

Thanks,
George
Odin, thanks for your help.  You definitely saved me a lot of pain....

Chad

 http://www.pear-mouse.com
I'm currently working over a 500 error - Service Application Unavailable.  I installed SP1 via Windows Update and got a bunch of perf counter errors first. Then I installed it again from a downloaded exe.  No dice.  I then went to uninstall it, and try to install WSE 2.0 SP1 to see if it would verify that 1.1 was installed... buuuzzz wrong answer: 1.1 framework not installed.  We'll see what they tell me on the ticket I opened with MS support...
Mark
I just begun to have the same problem. After an automatic update for Windows 2003 server some PCs can access my applications normally but some does not (validation controls are not recognized and there is no postback). The OS of PCs are Win98 and XP.
In a PC with Win XP, a user can access and other user in the same machine does not.
I am very worried as all my apps use validation controls and we are stopped a few days ago.
I tried to uninstall Framework but I think that that is no posssible as is part of OS.

any idea?
Thanks in advance
tdp
tdp
i installed framework 1.1 yesteday and got the same problem with server.trancfer where nothing happend.

I then removed smartnavigation from the page directive, and all was running normal again. Bur what to do now then, if you need the smartnavigation?
page 1 of 2
Comments: 40 | Views: 62782
Microsoft Communities