2017-11-01 3 views
3

Visual Studio 2013을 사용하고 있습니다. 열려고하면이 스택 추적과 충돌합니다. 나는 무엇이 잘못되었는지 확신하지 못한다.Visual Studio를 실행하는 동안이 크래시 스택 추적은 무엇입니까?

안전 모드에서 VS를 실행 해 보았습니다. 모든 * .suo 파일이 삭제되었지만 모든 * .user 파일이 삭제되었습니다. 도움이되지 않았습니다. 감사!

Unexpected exception Buffer cannot be null.
Parameter name: buffer 
    at Microsoft.VisualStudio.Shell.ThreadHelper.InvokeOnUIThread(InvokableBase invokable)
 
    at Microsoft.VisualStudio.Shell.ThreadHelper.Invoke[TResult](Func`1 method)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.AvatarCache..ctor(AvatarSize size, Byte[] value, Boolean isGenerated, Logger logger)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.ProfileCache..ctor(Profile profile, Guid serverId, Uri profileUri, String emailAddress, Logger logger)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.Connector.<ConnectAsync>d__1.MoveNext() 
    
--- End of stack trace from previous location where exception was thrown --- 

    
 
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.IdeUserSession.<ConnectAndInitializeSessionAsync>d__a.MoveNext()
 
    --- End of stack trace from previous location where exception was thrown ---
 
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.BaseUserSession.<ConnectAsyncImpl>d__17.MoveNext()
--- 
    End of stack trace from previous location where exception was thrown ---
 
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.BaseUserSession.<ConnectAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 
    at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.BaseUserSession.&lt;PollConnectAsync&gt;d__22.MoveNext()</description> 

답변

3

나도! 나는 4 시간 전에 같은 현상이되었다. 아래 명령을 시도하면서 진전을 보았습니다. 다시 로그인하면 사용하게됩니다.

C : \ 프로그램 파일 마이크로 소프트 비주얼 스튜디오 12.0 \ Common7 \ (86) \ IDE>으로 Devenv.exe/ResetUserData

+0

당신에게 SOO을 주셔서 감사합니다! –

+0

모든 솔루션은이/resetUserData 명령이 작동하지만 내게는 충돌을 제거하지만 "이제 30 일 평가판이 만료되었습니다"라는 메시지와 로그인 옵션을 표시합니다. 로그인을 시도하면 VS가 중단됩니다. –

+0

시도한 결과에 대한 정보를 보내 주셔서 감사합니다. 우리 팀은 Visual Studio 2013 업데이트 4가 사용되었습니다. 그리고이 문제가 발생했습니다. 팀원 중 한 명은 Update 5를 적용 할 때 더 완벽하게 복구되었다고 말했습니다 – nazarl