|
|
|
Forum Newbie
      
Group: Customers
Last Login: 02/12/2005 17:04:33
Posts: 14,
Visits: 285
|
|
I am attempting to recompile 4.1.3 (in .Net 1.1). The compilation works fine - my problem occurs when I attempt to strong name InstantForum.dll. When I add this to AssemblyInfo.vb:<Assembly: AssemblyDelaySignAttribute(False)> <Assembly: AssemblyKeyFileAttribute("MyPrivateKey.snk")>
VS 2003 complains with: Unable to emit assembly: Referenced assembly 'RadSpell' does not have a strong name
I have a third party DLL that allows me to compress all HTML before it's sent back to the browser (gzip/deflate). I get over 80% compression this way, reducing our bandwidth utilisation considerably. To use these compression libraries I have to strong name my bits. Their licensing model involves checking my public key. In future versions of InstantForum could all DLLs be strong named? Thanks.
|
|
|
|