212 Views
I’ve found multiple posts on the web explaining how to sign a XAP file, using a post build event in which “signtool.exe” is called. With the new Silverlight 4 RC2 tools for Visual Studio 2010, there is another way to sign your XAP file…
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
I’ve found multiple posts on the web explaining how to sign a XAP file, using a post build event in which “signtool.exe” is called. With the new Silverlight 4 RC2 tools for Visual Studio 2010, there is another way to sign your XAP file…
Shows how to sign a XAP without using post build events or commandline tools like all the other posts. Instead signing is done directly from Visual Studio 2010.