Nie można dodać usługi w WcfTestClient podczas kopiowania na inny komputer

Chciałbym uruchomić WcfTestClient (jeden, który jest dołączony do VS2012) na innym komputerze bez instalowania VS2012. czy to możliwe? Na komputerze, na którym zainstalowałem .NET 4.5, ale gdy próbuję dodać usługi internetowe, daje mi następujący ślad stosu:

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at Microsoft.Tools.Common.SdkPathUtility.GetRegistryValue(String registryPath, String registryValueName)
   at Microsoft.Tools.Common.SdkPathUtility.GetSdkPath(Version targetFrameworkVersion)
   at Microsoft.Tools.TestClient.ToolingEnvironment.get_MetadataTool()
   at Microsoft.Tools.TestClient.ServiceAnalyzer.GenerateProxyAndConfig(String projectPath, String address, String configPath, String proxyPath, Int32 startProgressPosition, Int32 endProgressPostition, BackgroundWorker addServiceWorker, String& errorMessage)
   at Microsoft.Tools.TestClient.ServiceAnalyzer.AnalyzeService(String address, BackgroundWorker addServiceWorker, Single startProgress, Single progressRange, String& errorMessage)
   at Microsoft.Tools.TestClient.Workspace.AddServiceProject(String endpoint, BackgroundWorker addServiceWorker, Single startProgress, Single progressRange, String& error)
   at Microsoft.Tools.TestClient.AddServiceExecutor.Execute(AddServiceInputs inputs, Workspace workspace, BackgroundWorker addServiceWorker)
   at Microsoft.Tools.TestClient.UI.MainForm.addServiceWorker_DoWork(Object sender, DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

W folderze WcfTestClient mam tylko 2 pliki, czy są jakieś inne pliki, które muszę dołączyć? WcfTestClient.exe WcfTestClient.exe.config

Oba są kopiowane bezpośrednio z folderu IDE VS2012.

questionAnswers(2)

yourAnswerToTheQuestion