Search code examples
gacstrong-typingwspbuilder

My DLLs are strong named, but WSPBuilder reports they are not


WSPBuilder

Version: 0.9.8.0830 Created by Carsten Keutmann GPL License 2007

Install and deploying [MYDLL] Unable to deploy solution Inner exception(1): This solution contains one or more assemblies targeted for the global assembly cache. You should use a strong name for any assembly that will be in the global assembly cache.


Solution

  • I have found the problem, but not the solution, it seems the project I have which is really a 12 hive, is also set to output a class library, this class library is getting included in the WSP.

    So... I need to ensure the bin folder is really excluded from the build process. I set the value in program files but no reaction yet...

    Now going to restart the server...

    Later: Ok - the fix is to restart the server, for some reason this helped