Add STS reference not displaying in VS2010 Express

前提是你 提交于 2019-12-11 05:28:20

问题


I have already done the following. I have VS Express 2010 (trial) installed on my windows 7 machine.

  1. Installed WIF 6.1 and WIF sdk 4.0 from http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4451

  2. Installed VS C++ express to get Visual Studio command prompt

  3. Tried to execute C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv /ResetAddin Microsoft.IdentityModel.Tools.VS.VSAddin.FederationAddin. This does not work as devenv does not exist on my setup

  4. Added "Microsoft.IdentityModel.Tools.VS.VSAddin.Addin" to my user profile as described @ http://www.fascinatedwithsoftware.com/blog/post/2011/06/14/Add-STS-Reference-is-Missing-in-Visual-Studio-2010.aspx

Still on right click of webrole "Add STS reference does not display"

Question: Does this option appear for VS 2010 Express (trial edition)?


回答1:


With VS 2010 Express, that option does not exist. All is not lost however as that is simply a shortcut to FedUtil.exe.

This is part of the WIF SDK which you have already installed.

On my PC, it installs at C:\Program Files\Windows Identity Foundation SDK\v4.0.

Run that, point to the location of your web.config and follow the steps.



来源:https://stackoverflow.com/questions/9632361/add-sts-reference-not-displaying-in-vs2010-express

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!