Error 4 The assembly '......' must contain a strong signature to be marked as a prerequisite.
Error 4 The assembly '......' must contain a strong signature to be marked as a prerequisite.
The assembly you are trying to compile seems to have a assinature strong , probably to ensure its authenticity.
Consequently, all libraries imported by the project also have to have a signature. It looks like you're trying to import an unsigned library.
You have several solutions: