Strange Error Message?

Add-in Express™ Support Service
That's what is more important than anything else

Strange Error Message?
 
andrew.helgeland


Guest


I just tried making a new "Add-in Express Toolbar Project" and I am getting the following error:

Error 1 Cryptographic failure while signing assembly 'c:PathToProjectsFolder\Projects\SetUpToolbarPackageTest\SetUpToolbarPackageTest\obj\Debug\SetUpToolbarPackageTest.dll' -- 'Error reading key file 'c:PathToProjectsFolder\Projects\SetUpToolbarPackageTest\SetUpToolbarPackageTest\SetUpToolbarPackageTest.snk' -- The system cannot find the file specified. '

And for good reason, Visual Studio is not creating the .snk file anymore... Why would this be happening? Any idea of how to fix it?

I have recently installed http://wix.sourceforge.net/ and a VS add-on for doing XML transforms called http://visualstudiogallery.msdn.microsoft.com/69023d00-a4f9-4a34-a6cd-7e854ba318b5...
Posted 15 Oct, 2012 13:37:38 Top
Eugene Astafiev


Guest


Hi Andrew,

I have just tried to reproduce the issue with http://www.add-in-express.com/downloads/adxnet-ie.php and Visual Studio 2012. And it works like a charm without any warnings or error messages.

What Add-in Express and Visual Studio version do you have installed on the PC? How can I reproduce the issue on my PC?
Posted 16 Oct, 2012 08:28:46 Top
andrew.helgeland


Guest


I have,
Visual Studio 2010: 10.0.40219.1, SP1Rel
Add-in Express for Internet Explorer and .NET: 8.1.5065

I'm not sure how to reproduce the issue.

What is the .snk file? Is it possible to just manually create one in each project?
Posted 16 Oct, 2012 09:33:04 Top
Eugene Astafiev


Guest


Hi Andrew,

The snk file is used for signing the add-in assembly with a strong name. You can read more about this in the http://msdn.microsoft.com/en-us/library/6f05ezxy%28v=vs.80%29.aspx.
Posted 16 Oct, 2012 09:48:03 Top