
derekvincent
-
Content Count
4 -
Joined
-
Last visited
Posts posted by derekvincent
-
-
Re: Javascript issue after upgrade from 5.0 to 5.1
Using Fiddler2 I have captured the session data for that request...
Request Header:
POST /passwords/shared/viewpasswords.aspx?PasswordListID=2&PasswordList=Infrastrucutre+Administration+Accounts HTTP/1.1
Accept: */*
Accept-Language: en-ca
Referer: http:///passwords/shared/viewpasswords.aspx?PasswordListID=2&PasswordList=Infrastrucutre Administration Accounts
x-requested-with: XMLHttpRequest
x-microsoftajax: Delta=true
Content-Type: application/x-www-form-urlencoded; charset=utf-8
Cache-Control: no-cache
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C; .NET4.0E)
Host:
Content-Length: 56311
Connection: Keep-Alive
Pragma: no-cache
Cookie: ASP.NET_SessionId=a24zijdwak3gv3nros4he4rg
Authorization: Negotiate <.... long auth string ...>
Response Header:
HTTP/1.1 200 OK
Date: Wed, 10 Aug 2011 13:37:40 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
WWW-Authenticate: Negotiate oYGgMIGdoAMKAQChCwYJKoZIgvcSAQICooGIBIGFYIGCBgkqhkiG9xIBAgICAG9zMHGgAwIBBaEDAgEPomUwY6ADAgEXolwEWqa6DsRide1h+GTfqeWeCK/HaOTnu9kzbb9h02FYhNmU7Zzjwz9xl5r2iMgJT2MOKc6QHfgxp+O3n3IU253D5Sy5GkWbEGwYF+kZRR7WbMuWXHpKEMPxzK3LMQ==
X-AspNet-Version: 4.0.30319
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Content-Type: text/plain; charset=utf-8
Content-Length: 249
I have the Request and Response body but I can not attach them... but if you want them can be emailed.
Derek.
-
Re: Javascript issue after upgrade from 5.0 to 5.1
Thanks for the quick response...
I can not say that it happens for all but of all that I have tested (15-20) it happens for. I also seem to get the same error if I try adding a new password. While other functions seem to work, I can show/copy the password and do other function from the action menu.
This does happen on other PC's (only tested on 3).
I have cleared the cache with no difference.
Please if you have any more question please let me know.
Derek.
-
I upgraded from 5.0 to 5.1 5121 (and then to 5128) yesterday and now have an issue when I select a password entry to view/edit details. I have tried it IE 8, Firefox 5 and Chrome 13 all wit the error below:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C; .NET4.0E)
Timestamp: Tue, 9 Aug 2011 12:37:06 UTC
Message: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near '?'.
Line: 6
Char: 84093
Code: 0
URI: http:///Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a1f68db6e-ab92-4c56-8744-13e09bf43565%3aea597d4b%3ab25378d2%3a76254418%3bTelerik.Web.UI%2c+Version%3d2011.2.712.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a326e32e2-cd52-462c-ba2c-db5128e4371b%3a16e4e7cd%3af7645509%3a24ee1bba%3af46195d3%3a874f8ea2%3a19620875%3a39040b5c%3af85f9819%3a86526ba7%3aed16cbdc%3a1e771326%3aaa288e2d%3ae330518b%3a8e6f0d33%3a6a6d718d%3a2bef5fcc%3a58366029%3ac8618e41
Cheers,
Derek.
Javascript issue after upgrade from 5.0 to 5.1
in General Support
Posted
Re: Javascript issue after upgrade from 5.0 to 5.1
Ok sorted it out... I think when the did the upgrade it must have set the ASP.NET version to 4 when I reinstalled the new verison.
Derek.