-
Notifications
You must be signed in to change notification settings - Fork 17
VS2015 RTM - RuntimeBinderInternalCompilerException on load #14
Comments
Hello Aleksey! I have observed the same exception. It happens every time once the editor window opens. I assume VS then disables the addin. I'm also using VS2015 Enterprise. Among others, I'm using ReSharper 9 and the Productivity Power Tools. But the issue persists even when these extensions are disabled. Is there any further information we can provide which would help you to repro and fix this problem? Best regards, Manuel |
I did some further investigation and was able to track down the issue to line https://github.com/nagits/TfsPendingChangesMargin/blob/master/Source/MarginCore.cs#L211 The actual Exception message is: This unveiled the root cause that incompatible TFS client / extension assemblies are references here - version 12.0 and version 14.0. I think it will be necessary to create a separate extension which targets Visual Studio with Team Explorer 2015 to resolve this problem. On my machine, the newer Microsoft.VisualStudio.TeamFoundationServer assembly version 14.0 is accessible at "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer". |
Here is a better version thanks to @mika76 |
I just installed the extension, and when I open my solution (for the first time after opening VS), I get the following exception:
Also log contains an exception with
ScrollbarMarginFactory
rather thanEditorMarginFactory
.The extension does not seem to work as a result of these exceptions.
Using VS2015 Enterprise, and I'm opening just a regular C# console application solution/project.
The text was updated successfully, but these errors were encountered: