The problem is I need to use Interop dlls that I can't give strong names and would like to avoid the pain in the ass that it is do to all that. All the dll's register and work fine on my development machine so why should I need to give them a strong name if I dont care?
The assembly is not strongly named or is not signed with the minimal key length....
Any pointers/suggestions here?