Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
I am trying to build my class library (A) that references several Umbraco .dll's such as businesslogic, cms and interfaces.
I have another project (B) which uses the business logic in this class library.
The build order is set to build the class library (A) before building the dependent project (B).
When trying to build, I am getting the following error:
Assembly 'interfaces.dll' must be strong signed in order to be marked as a prerequisite
How do I get around this?
Thanks,Max.
Managed to get the solution to compile by referencing the umbraco dll's that were referenced in project A, in project B.
Still would like an explanation as to what is going on here because I am still confused :P
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Assembly 'interfaces.dll' must be strong signed in order to be marked as a prerequisite
Hi all,
I am trying to build my class library (A) that references several Umbraco .dll's such as businesslogic, cms and interfaces.
I have another project (B) which uses the business logic in this class library.
The build order is set to build the class library (A) before building the dependent project (B).
When trying to build, I am getting the following error:
Assembly 'interfaces.dll' must be strong signed in order to be marked as a prerequisite
How do I get around this?
Thanks,
Max.
Managed to get the solution to compile by referencing the umbraco dll's that were referenced in project A, in project B.
Still would like an explanation as to what is going on here because I am still confused :P
is working on a reply...