FubarDevelopment / QuickGraph

Fork of https://quickgraph.codeplex.com/
Microsoft Public License
9 stars 2 forks source link

CP-13578: strong name for QuickGarph.Silverlight #81

Closed fubar-coder closed 6 years ago

fubar-coder commented 6 years ago

From unknown CodePlex user on Tuesday, 30 June 2009 21:46:28

I have just started using QuickGraph in Silverlight. It will be light (but important) use. Thanks.   I want to include a reference to the Silverlight-version dll in a combined Silverlight/WPF project. My application is desktop/web/online/offline. I have created some base User Controls in Silverlight that can be shared between both modules. I was able to use the Silverlight 2 System.Windows in the WFP base module, not QuickGraph.   When I try to compile my common classes in VS 2008 which include references to QuickGraph, I receive the following:   Error 7 Assembly generation failed -- Referenced assembly 'QuickGraph.Silverlight' does not have a strong name   Would it be possible to generate a strong-named version in the next build?   I am trying to avoid the possible workaround of dissembly followed by reassembly with my own strong key :)

fubar-coder commented 6 years ago

Form unknown CodePlex user on Wednesday, 01 July 2009 00:18:48

Fixed.

fubar-coder commented 6 years ago

Form unknown CodePlex user on Wednesday, 01 July 2009 00:18:57