2

What can be wrong? I compiled and signed Lumisoft.Net project but when I'm referencing it I still get message that "Assembly generation failed -- Referenced assembly 'LumiSoft.Net' does not have a strong name"

When I open this assembly with Reflector I get this information:

// Assembly LumiSoft.Net, Version 2.0.4025.133
Location: C:\Users\sandrejev\Microsoft Robotics Dev Studio 2008 R3\samples\SimulationTutorials\Beginner\EmailReader\Libs\LumiSoft.Net.dll 
Name: LumiSoft.Net, Version=2.0.4025.133, Culture=neutral, PublicKeyToken=e151431d7029870f 
Type: Library 

So I'm pretty sure I haven't missed anything

Update Actually when I add reference of LumiSoft.Net.dll into Lumisoft.Net project it is recognized as signed

Sergej Andrejev
  • 9,091
  • 11
  • 71
  • 108
  • 3
    Is there any chance you still have the unsigned dll somewhere in the tree, or that another project in the app is using the unsigned version? – Marc Gravell Jan 07 '11 at 23:33
  • Great hint. Microsoft Robotics Dev Studio was doing some postbuild actions by copying referenced assemblies into it's binary directory. After I removed that copy (unsigned) and re-added the assembly it worked as a charm. By the way add this as an answer and I will accept it. – Sergej Andrejev Jan 07 '11 at 23:53
  • Since Marc has not created an answer and years have past, Sergej please create an answer and accept it, thanks! – Nicolas Raoul Nov 17 '15 at 09:27

0 Answers0