Strong Assembly Name Error?

BlakeMcKenna

Active member
Joined
Oct 27, 2008
Messages
38
Programming Experience
10+
Has anyone seen this error before and how can I correct it? Please see the highlighted line in the Error List of the attachment.

Thanks,
 

Attachments

  • Screenshot.JPG
    Screenshot.JPG
    201.1 KB · Views: 26
DLLeBOLInvoice assembly need to be signed, else you can't sign your own.
 
I developed this DLL so does that mean I need to sign it? If so, I have already done this, however, I did not password protect it. We have no need to do this with inhouse apps.
 
I see the referenced assembly is located on a network share. Have you resolved all issues regarding this? Would referencing the same assembly as a local copy allow your signing?
 
Back
Top