How to get SvcConfigEditor.exe on the server?

Over a year ago, I wrote a WCF service that runs on Windows 2003 Server under the umbrella of a Windows service (which I also wrote). (I wrote it using VS 2008.) I did not have the opportunity to continue working with him for a long time, but now I would like to pick up where I was staying then. However, now I'm trying to use VS 2010 and see if I can interact with it.

The first thing I did was run SvcUtil from the command line to get the information that I would need to put in the App.Config file. However, this gave me an error (# 415), which stated that the server rejected the network request. I asked how I can fix this problem and I was told that I have to run SvcConfigEditor.exe on the server in order to get the best registration information. So I RDP to the server and tried to start it. Only it is not installed on the server .. .NET Framework 2 and 3.5 are installed, but I do not think that it would be important if .NET 4 was installed on the server, if I try to run SvcConfigEditor.exe from .NET 3.5.

Bottom line: how can I get SvcConfigEditor.exe on the server?

+5
source share
3 answers

, svcconfigeditor, . - , .

+4

WindowsSDK Windows Server.

"" > " " > "SDK Windows" > "" > " " "SvcConfigEditor.exe", .

...

  • > > ( ) Microsoft Windows SDK a >
  • a > Windows > .NET

.

+5

, ​​Visual Studio:

Microsoft

C:\Program Files (x86)\Microsoft SDK\Windows\v7.0A\Bin\NETFX 4.0 Tools\SvcConfigEditor.exe

, :

( WCF)

C:\Program Files (x86)\Microsoft SDK\Windows\v7.0A\Bin\NETFX 4.0 Tools\SvcTraceViewer.exe

WCF

C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\WcfTestClient.exe

+4

All Articles