Please help with error: "Referenced assembly 'Microsoft.ApplicationBlocks.ExceptionManagement.Interf

D

drew.ferraro

Hi,

I am trying to build a .DLL file that uses
"'Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces'". I am
trying to build this .DLL as fully signed. However, when I try to
build, I get the following error:

"Unable to emit assembly: Referenced assembly
'Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces' does not
have a strong name"

Now, seeing as I don't have the source code to this Microsoft DLL, how
could I possibly sign it? Is there a URL to the source I am missing or
something? I have googled on this topic and cannot find any information
really.

Thanks for any help.
 
D

drew.ferraro

Actually, I have found the source code, it apparently comes with the
..DLL, which is great. However, do I really have to sign it myself? Is
there no signed version that MS provides?

Thanks again.
 
B

Ben Voigt

Actually, I have found the source code, it apparently comes with the
.DLL, which is great. However, do I really have to sign it myself? Is
there no signed version that MS provides?

Nope, patterns and practices and application blocks are just sample code. I
think they aren't meant to be used as is either, but as a starting point for
you to modify.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top