-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 5.2.1: Crash on opening a solution within an SVN repository #76
Labels
Comments
I am also seeing the same. |
Oops sorry! Please try the new release! 🚀 Really great to hear TSVN is such a time-saver for you 😄 |
That works for me. Thanks for the quick turnaround! |
Actually .. I am getting a different error now on 5.2.3. I am using VS 16.11.5
|
Grab the new release! 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get a crash when opening a solution that's within an SVN repository. Specifically, I get this error message when the TSVN extension loads, and then again when I try to use any of the TSVN functionality:
This seems to be new as of version 5.2.1.
Here is the relevant portion of the log file mentioned:
And a cleaned-up version of the error message/stack trace:
SetSite failed for package [TsvnPackage]Source: 'Microsoft.VisualStudio.Shell.Framework' Description: .ctor must be called on the UI thread.
System.Runtime.InteropServices.COMException (0x8001010E): .ctor must be called on the UI thread.
at Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread(String callerMemberName)
at Community.VisualStudio.Toolkit.ProjectItemsEvents..ctor()
at Community.VisualStudio.Toolkit.Events.get_ProjectItemsEvents()
at SamirBoulema.TSVN.TsvnPackage.d__0.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.AsyncPackage.<>c__DisplayClass20_0.<b__1>d.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.Threading.JoinableTask.d__76.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
at Microsoft.VisualStudio.Services.VsTask.GetResult()
I'm happy to help dig in further if you're unable to reproduce this -- TSVN saves me a lot of time!
The text was updated successfully, but these errors were encountered: