When adding a dll to a visual studio project, this error comes out “referenced assembly does not have a strong name”.
You need to sign the current project :
- Navigate to the project properties
- Check the checkbox sign the assembly
- Advertisement -
When adding a dll to a visual studio project, this error comes out “referenced assembly does not have a strong name”.
You need to sign the current project :
.
thanks for information.