Microsoft 开发人员网络 > 论坛主页 > Windows Communication Foundation > cannot find wcf Configuration editor VS2008
提出问题提出问题
 

已答复cannot find wcf Configuration editor VS2008

  • 2009年7月3日 14:56devBrix 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Hi
    I have installed VS 2008 sp1 and I am learning WCF.
    I cannot find the WCF editor in neither the context menu when right clicking on the config file or when I do Tools. and there is nothing under tools either.

    Am i missing the obvious?

    Thanks

    Thanks for your help

答案

全部回复

  • 2009年7月3日 19:06Mark SalsberyMVP用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    If you create new projects with the WCF template it should show up in the context menu.

    Maybe this or this trick still works?


    I'm not sure why it wouldn't show up in the Tools menu....I don't remember ever explicitly having to add it :)


    Mark

    Mark Salsbery Microsoft MVP - Visual C++
  • 2009年7月3日 19:22devBrix 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Thanks for your reply.
    I had already seen that and tried.Tried again but does not work.

    What ;s annoying is I cannot see under tools either.

    How do you install it?
    Is it possible to install it separately?

    Thanks
    Thanks for your help
  • 2009年7月3日 20:01Mark SalsberyMVP用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Thanks for your reply.
    I had already seen that and tried.Tried again but does not work.

    What ;s annoying is I cannot see under tools either.

    How do you install it?
    Is it possible to install it separately?

    Thanks
    Thanks for your help

    I suppose you could add it manually to the Tools menu...

    choose Tools.../External Tools... and browse to svcconfigeditor.exe (C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin on my machine).  Which reminds me - looks like you need to make sure the SDK is installed, although maybe installing the SDK automagically adds it to Visual Studio tools.  :)


    Mark

    Mark Salsbery Microsoft MVP - Visual C++
  • 2009年7月4日 8:18devBrix 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     

    Hi
    I have found it in the following folder
    C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin

    I have noticed that you have v6.1.
    Is that a new version?


    Thanks for your help
  • 2009年7月4日 20:18Mark SalsberyMVP用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复

    I have noticed that you have v6.1.
    Is that a new version?


    Newer, yes...

    Windows SDK for Windows Server 2008 and .NET Framework 3.5

    Mark Salsbery Microsoft MVP - Visual C++
    • 已标记为答案devBrix 2009年7月5日 4:46
    •