I am trying to get strong naming working with my web deployment project and I'm having difficulties.
When I build the project I get:
Cryptographic failure while signing assembly 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\digitalwebviewer\3800da06\dd934212\App_Code.dll' -- 'Bad Version of provider. '
For the key file I am providing the same .pfx file that I use for our WinForms apps, where it works fine.
I get the same error if I try to Publish the web app with strong naming.
I've considered that .pfx files might not be supported by ASP.NET apps but I can't figure out how to get from a .pfx to a .snk file.
Does anyone know how to make this work?
Thanks,
-Mont