问题描述
同时启动Visual Studio Ultimate 2013.我只需要Visual Studio Ultimate 2013,但它会显示一个对话框,如图所示.但是无法登录.然后我也使对话框自动关闭 Visual Studio Ultimate也即将关闭
while starting a visual studio ultimate 2013 . i wants only the visual studio ultimate 2013 but it showing a dialogue box like shown in image.but it is cant make the signing in....... then also i have make the dialogue box closed automatically the visual studio ultimate is also closing
推荐答案
欢迎来到MSDN论坛.
Welcome to the MSDN forum.
您是否已将VS Ultimate 2013升级到Update 5?由于VS 2013的最新更新为更新5,如果不是,请尝试从此处下载VS 2013更新5:https://www.visualstudio.com/zh-cn/downloads/download-visual-studio-vs.aspx 并安装.
Have your upgrade VS ultimate 2013 to update 5? Since the latest update for VS 2013 is update 5, if not, please try to download VS 2013 update 5 from here:https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx and install it.
根据您的描述,您的VS Ultimate 2013无法正常启动,请转到控制面板-程序和功能",右键单击VS Ultimate 2013,然后选择更改修复".
According to your description, your VS ultimate 2013 cannot start normally, please go to the Control Panel--Programs and Features, right-click the VS ultimate 2013 and select Change-Repair.
同时,请尝试以管理员身份在提升的命令提示符下运行以下命令.
Meanwhile, please try to run the following commands in the elevated command prompt as administrator.
1. devenv/resetuserdata
1. devenv /resetuserdata
2. devenv/resetsettings
2. devenv /resetsettings
3. devenv/safemode
3. devenv /safemode
有关上述命令的更多信息,请参见此处:https://msdn.microsoft.com/zh-CN/library/xee0c8y7.aspx
About the above commands, what's more, please see here: https://msdn.microsoft.com/en-us/library/xee0c8y7.aspx
如果此问题仍然存在,我需要您的帮助来收集日志.请在提升的命令提示符下运行命令:devenv/log,然后运行日志文件%APPDATA% \ Microsoft \ VisualStudio \ 版本 \ ActivityLog.xml到https://onedrive.live.com/并在此处共享链接.
If this issue still persists, I need your help to gather the log. Please run the command: devenv /log in the elevated command prompt, then the log file%APPDATA%\Microsoft\VisualStudio\Version\ActivityLog.xml to https://onedrive.live.com/ and share the link here.
最诚挚的问候,
萨拉
这篇关于在启动Visual Studio 2013 Ultimate时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!