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?
source
share