Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2013 Account Sign In "Script Error" The Value of the property 'evt_LoginMobile_onload" is null or undefined

I am using Visual Studio 2013 on Windows 8.1, I already sign in with my Live ID.

I try to connect to TFS, VS tries to show me login popup but I get a white popup window then a script error popup that says

an error has occurred in the script on this page, it says the value of the property 'evt_LoginMobile_online' is null or undefined, not a function object

Code: 0

URL: https://login.live.com/login.srf?wa=wsignin1.0&wtrealm=https%3a%2f%2faccesscontrol.windows.net%2f&wreply=https%3a%2f%2ftfsprodch1acs01.accesscontrol.windows.net%2fv2%

It asks me if I want to continue running scripts. When i click yes or no, I still get the same white page and nothing happens.

enter image description here

like image 773
Eray Aydogdu Avatar asked May 04 '14 15:05

Eray Aydogdu


2 Answers

Maybe this solution solves your problem,

Troubleshooting connections from Internet Explorer & Visual Studio to Visual Studio Online

like image 75
Hotkey Avatar answered Oct 30 '22 23:10

Hotkey


Just update Internet Explorer to the newest version. I updated from version 8 to version 11 and everything went well after that...

IE 11 download link: http://www.microsoft.com/en-us/download/internet-explorer-11-for-windows-7-details.aspx

like image 1
Fazi Avatar answered Oct 30 '22 22:10

Fazi