如何在 Silverlight 应用程序中使用 pfx 签署 xap 文件 [英] How to Signing xap file using pfx in Silverlight Application

查看:39
本文介绍了如何在 Silverlight 应用程序中使用 pfx 签署 xap 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用 Visual Studio 2012 创建了一个银光应用程序.我没有在项目属性中获得签名页面.如何在silverlight 5中配置pfx文件.

I have created a silver-light Application using Visual Studio 2012.I'm not getting Signing page in the project properties. How to configure pfx file in silverlight 5.

推荐答案

Visual Studio 正在寻找名为 {B07DA5DD-055B-4018-88F3-3A433FDB9B25} 的注册密钥.VS 2012 Pro 的安装程序不会创建此密钥.所以我们需要手动创建这个注册表项,

Visual Studio is looking for in for a register key named {B07DA5DD-055B-4018-88F3-3A433FDB9B25}.VS 2012 Pro's installer doesn't create this key.So we need to create this registry-key manually ,

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0\CLSID\{B07DA5DD-055B-4018-88F3-3A433FDB9B25}
(OR)
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config\CLSID\{B07DA5DD-055B-4018-88F3-3A433FDB9B25}

  • "Class" = "Microsoft.VisualStudio.Silverlight.SigningPropertyPageComClass"
  • "Assembly" = "Microsoft.VisualStudio.Silverlight,版本=11.0.0.0,文化=中性,PublicKeyToken=b03f5f7f11d50a3a"
  • "ThreadingModel" = "两者"
  • "InprocServer32" = "c:\Windows\SysWOW64\mscoree.dll"
  • "Default" = "Microsoft.VisualStudio.Silverlight.SigningPropertyPageComClass"
  • 这篇关于如何在 Silverlight 应用程序中使用 pfx 签署 xap 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆