今天创建Silverlight 3项目时出错。 原因可能是因为我安装了Silverlight 4 tool或者是安装了Silverlight 4 tool更新,造成Vs2008无法使用Silverlight。
  删除Silverlight 相关的安装,重新安装Silverlight,都不管用。

  最后使用下边命令解决问题。

devenv /ResetSkipPkgs

  此命令需要在Visual Studio 2008 Command Prompt中运行。
  Visual Studio 2008 Command Prompt在 开始–>所有程序–>Microsoft Visual Studio 2008–>Visual Studio Tools中可以找到。

 

 

相关文章:

  • 2021-05-05
  • 2022-12-23
  • 2021-04-20
  • 2022-12-23
  • 2021-11-04
  • 2021-07-29
  • 2021-11-21
  • 2022-01-08
猜你喜欢
  • 2022-12-23
  • 2021-11-08
  • 2022-02-04
  • 2022-12-23
  • 2022-01-12
相关资源
相似解决方案