emmanuelkhumbudzo / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

LinqToExcel does not have a strong name #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use LinqToExcel in a project that is signed
2. Build the solution

What is the expected output? What do you see instead?
compile without errors, error CS1577: Assembly generation failed -- Referenced 
assembly 'LinqToExcel' does not have a strong name

What version of the product are you using? On what operating system?
version 1.4.80.

Please provide any additional information below.

Original issue reported on code.google.com by pietvred...@gmail.com on 6 Sep 2010 at 8:53

GoogleCodeExporter commented 9 years ago
If you need the LinqToExcell dll signed, then you can checkout the source code 
and build it with a strong name. 

Checkout this page for more information: 
http://msdn.microsoft.com/en-us/library/xc31ft41(v=VS.90).aspx

Original comment by paulyo...@gmail.com on 7 Sep 2010 at 4:01