hybridview / ConfigurationSectionDesigner

Moved from CodePlex, which is closing.,
MIT License
65 stars 19 forks source link

Does not load with VS 2017 #1

Closed alexgurman closed 7 years ago

alexgurman commented 7 years ago

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 commented 7 years ago

I get this error too.

hybridview commented 7 years ago

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

hybridview commented 7 years ago

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 commented 7 years ago

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

alexgurman commented 7 years ago

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

hybridview commented 7 years ago

It is in the Releases part of GITHUB:

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

DGuidi commented 7 years ago

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 commented 7 years ago

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