我在Windows 8.1上使用Visual Studio 2013,我已经使用我的Live ID登录.
我尝试连接到TFS,VS尝试向我显示登录弹出窗口但是我得到一个白色的弹出窗口然后是一个脚本错误弹出窗口
在此页面的脚本中发生错误,它表示属性'evt_LoginMobile_online'的值为null或未定义,而不是函数对象
代码:0
网址:https://login.live.com/login.srf?wa = newsin1.0&wtrealm = https%3A%2f%2faccesscontrol.windows.net%2f&wreply = https%3A%2f%2ftfsprodch1acs01.accesscontrol.windows.net% 2fv2%
它问我是否要继续运行脚本.当我点击是或否时,我仍然得到相同的白页,没有任何反应.

我正在使用实体框架数据迁移.如果我改变了关于entites或其他东西的东西,我尝试在Package Manager Console上使用" add-migration MyFirstMigration ".但它返回一个例外:
The term 'add-migration' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was inclu
ded, verify that the path is correct and try again.
At line:1 char:14
+ add-migration <<<<
+ CategoryInfo : ObjectNotFound: (add-migration:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Run Code Online (Sandbox Code Playgroud)
如果我从Nuget卸载EntityFramework.Migrations并重新安装它使用相同的代码(" add-migration MyFirstMigration "," update-database ")直到关闭项目.
我该怎么办呢?有没有其他人经历过这个?
编辑:顺便说一句,它在另一台PC上工作正常...
tfs ×1