MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.29k stars 2.45k forks source link

Compiling #331

Closed psraman closed 11 years ago

psraman commented 11 years ago

I am using VS2010 vb.Net.4.0. The project usercontrol as dll and the test project for usercontrol are working as required and expected under metro version 0.10.0.0. However under o.10.1.14, error is "Error 1 Unable to emit assembly: Referenced assembly 'MahApps.Metro' does not have a strong name C:\Users\User\Documents\Visual Studio 2010\Projects\VSRichControlDemo\RichControlDemo RichControlDemo " . Do I need to change anything?

shiftkey commented 11 years ago

I suspect is a recent build issue with 0.10.1.13 1 and 0.10.1.14. Can you test the VB project with version 0.10.1.12 in the meantime by running this command from the NuGet Package Manager (uninstall any existing version)

Install-Package MahApps.Metro -Version 0.10.1.12-ALPHA

I just tested this in a VB WPF app and didn't spot any compile issues.

shiftkey commented 11 years ago

Published MahApps.Metro 0.10.1.17-ALPHA which should address this issue.