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.<PollConnectAsync>d__22.MoveNext()</description>
くらいにSOOありがとう!!! –
すべての解決策では、この/ resetUserDataコマンドは機能しますが、私にとってはクラッシュを排除しますが、「30日間の試用期間が終了しました」と表示され、ログインするオプションが表示されます。ログインしようとするとVSがハングします。 –
あなたが試した結果に関する情報をありがとう。 私たちのチームはVisual Studio 2013 Update 4が使用されました。 そして私はこのトラブルに遭遇しました。 チームメンバーの1人は、Update 5を適用したときに、 – nazarl