MSDN > 論壇首頁 > Windows Communication Foundation > cannot find wcf Configuration editor VS2008
發問發問
 

已答覆cannot find wcf Configuration editor VS2008

  • 2009年7月3日 下午 02: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日 下午 07: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日 下午 07: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日 下午 08: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日 上午 08: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日 下午 08: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日 上午 04:46
    •