Skip to content
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

Addon does not load for VS 2015 Update 1 RC #38

Closed
AdamDotNet opened this issue Nov 2, 2015 · 11 comments
Closed

Addon does not load for VS 2015 Update 1 RC #38

AdamDotNet opened this issue Nov 2, 2015 · 11 comments
Assignees
Labels
Milestone

Comments

@AdamDotNet
Copy link

The error pane shows the warning:

Warning AD1002 Unable to load Analyzer assembly C:\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\14.0\EXTENSIONS\5FFBEBER.SPV\CSharpEssentials.dll: Could not load file or assembly 'CSharpEssentials, Version=1.0.5725.26970, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

I have verified that the file is there, and even built the code using the RC. Not sure what would make this not work anymore, but it makes me very sad!

@DustinCampbell
Copy link
Owner

That is very bizarre. I'm working on this right now.

@DustinCampbell DustinCampbell added this to the 1.0.5 milestone Nov 5, 2015
@DustinCampbell DustinCampbell self-assigned this Nov 5, 2015
@BillWagner
Copy link

@DustinCampbell I'm finding this as well. Also, finding the same situation in an analyzer I'm writing. Any help would be appreciated.

@DustinCampbell
Copy link
Owner

I just took a look and appears that VS 2015 Update 1 RC broke loading of analyzers, but it is fixed for Update 1 RTM. I just verified that C# Essentials works on a VM with VS 2015 RTM + last night's Update 1 build.

@AdamDotNet
Copy link
Author

Interesting to hear, thanks. Any insider info on when the RTM is? ;)

@DustinCampbell
Copy link
Owner

Posting on a public GitHub repo doesn't really count as "insider info" does it? 😄

As always, it'll ship when it's done.

@twenzel
Copy link

twenzel commented Nov 18, 2015

@DustinCampbell Any chance to get this nightly build as well? Have to continue working on my analyzers,

@AdamDotNet
Copy link
Author

@twenzel I may not be a Microsoft rep like @DustinCampbell, but if your work is hindered by a prerelease version of the software and it's really important to be able to continue working, my advice is to just roll back to RTM until U1 is out as a full release. There are some nice things in U1, like the interactive C# window, but nothing so ground breaking to improve your analyzer work, in my opinion. You know your situation best, however.

@DustinCampbell
Copy link
Owner

Thanks @AdamDotNet -- great answer!

@twenzel, in this morning's keynote for the Connect() event (going on right now!), ScottGu mentioned that Update 1 will be out later this month.

@twenzel
Copy link

twenzel commented Nov 19, 2015

@AdamDotNet Good point. Maybe I'm too goofy, but I'm not able to find a way to roll back the RC. The setup does not provide a way. Is there an instruction to rollback the update 1 RC?

@AdamDotNet
Copy link
Author

@twenzel The way I handled it was by uninstalling VS and then reinstalling using the RTM media. I chose the web installer.

@DustinCampbell
Copy link
Owner

Just wanted to let folks know that this should be working now that VS 2015 Update 1 RTM has shipped. Let me know if it's not working for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants