I have an ML 8.0.1.4 project. I'm trying to utilize some of the authentication logic in a new project I created within the same solution as ASPDNSF. I added a reference to the ASPDNSF Core project. However, I'm getting an error when I build stating the ASPDNSF Core assembly does not have a strong name. I tried signing the assembly by creating a key file through Visual Studio but nothing changed.
Am I missing a step?