I have a C# ASP.NET website project that I've recently added the SCORM player projects from the SharePoint Learning Kit to. These projects come with a keyfile in the Shared folder of the source, which is to be used to sign the projects. I've opened up the properties of the three projects in question and set them to sign with that keyfile. This has allowed me to build the project in Debug mode.
However, when I attempt to publish the project, or run it in Release mode, the signing fails during the build process with an error as follows:
Error 19
Assembly signing failed; output may not be signed -- Error signing assembly -- The system cannot find the file specified. C:\Users\username\Documents\VS2010 SS Working Folder\ProjectName.TFS\ProjectName\ProjectName.root.SCORM\ProjectName\LearningComponents\Storage\CSC
Why would it fail in Release mode but not in Debug mode? What can I do to let it build in Release mode?
Aucun commentaire:
Enregistrer un commentaire