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

Does not load with VS 2017 #1

Closed
alexgurman opened this issue Jul 7, 2017 · 8 comments
Closed

Does not load with VS 2017 #1

alexgurman opened this issue Jul 7, 2017 · 8 comments
Labels

Comments

@alexgurman
Copy link

Getting an error after installing CSD.VS2017.vsix, from AppData\Roaming\Microsoft\VisualStudio\15.0_e960bf7d\ActivityLog.xml:

LegacySitePackage failed for package [ConfigurationSectionDesignerPackage]Source: 'ConfigurationSectionDesigner.DslPackage' Description: Could not load file or assembly 'ConfigurationSectionDesigner.Dsl, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) System.IO.FileLoadException: Could not load file or assembly 'ConfigurationSectionDesigner.Dsl, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) File name: 'ConfigurationSectionDesigner.Dsl, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null' at ConfigurationSectionDesigner.ConfigurationSectionDesignerPackageBase.Initialize() at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)

@ItielBeeri
Copy link

I get this error too.

@hybridview
Copy link
Owner

Hmm... I think I have seen that before. I'll check it out.

@hybridview
Copy link
Owner

I turned on assembly signing for the DSL project and updated the release. Version is set to 2.0.3. Hopefully it works. I have a custom build of this tool installed on my dev machine here, so it is difficult to test the VSIX adequately.

@hybridview
Copy link
Owner

UPDATE: Found a possible versioning issue. Resolved and uploaded as 2.0.3.1.

@alexgurman
Copy link
Author

Where do I download the installation from? http://csd.codeplex.com/releases doesn't seem to be updated.

@hybridview
Copy link
Owner

It is in the Releases part of GITHUB:

https://github.com/hybridview/ConfigurationSectionDesigner/releases

@hybridview hybridview added the bug label Aug 21, 2017
@DGuidi
Copy link

DGuidi commented Sep 5, 2017

It is in the Releases part of GITHUB

I suggest you to add a link to main page to this section: it's not immediate to found in main page

screenshot_1

screenshot_2

@hybridview
Copy link
Owner

I changed the message to use a link to the releases page as suggested.

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