Reputation: 11
Not sure if many of you have tried this but I've created a component using Google's .net and referenced one of their .dlls. I am using a classic .asp as my interface to upload a document to the Google Drive and in order for the classic .asp to talk to a .Net 4.0 component, a strong name has to be generated in which I did for the main component, but for some reason it keep giving me the error
"Error 1 Assembly generation failed -- Referenced assembly 'Google.Apis' does not have a strong name"
So I created a .snk for Google.Apis and still getting the same error, not sure what else to do
please help
Thanks
MAC
Upvotes: 1
Views: 860
Reputation: 76
You will need create various strong names per dll and assign the strong name and sign in your .dll file.
Upvotes: 0