Microsoft Developer Network > 포럼 홈 > Windows Communication Foundation > cannot find wcf Configuration editor VS2008
질문하기질문하기
 

답변됨cannot find wcf Configuration editor VS2008

  • 2009년 7월 3일 금요일 오후 2: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일 금요일 오후 7: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일 금요일 오후 7: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일 금요일 오후 8: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일 토요일 오후 8: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
    •