Hy,
I am using the new SharpDevelop Release 5.1.0 Build 4936.
I created a new solution with Console Window and then wanted to add a new Service Reference (SOAP / WSDL Service) with "Project" -> "Add Service Reference".
I tried several URLs but whatever WSDL I use I always get an exception that a file cannot be found.
For example the URL https://webservice.exacttarget.com/etframework.wsdl.
I add it under _Adress and press Go.
The service is found and it shows me the available operations and the namespace.
But as soon as I press OK I get an exception that a given file cannot be found and nothing is added.
So how can I add a WSDL Service?
Note:
As I am using Windows 8.1 I was not able to install the Windows SDK 7.1 which is noted under additional ressources.
So I installed the Windows SDK 8.1 manually. But this could also not be related to this problem.
SharpDevelop Version : 5.1.0.4936-Beta-3ea20cfa
.NET Version : 4.5.51650
OS Version : Microsoft Windows NT 6.3.9600.0
Current culture : German (Austria) (de-AT)
Current UI language : en
Running under WOW6432, processor architecture: x86-64
Working Set Memory : 195204kb
GC Heap Memory : 28003kb
Unhandled WPF exception
Exception thrown:
System.ComponentModel.Win32Exception (0x80004005): Das System kann die angegebene Datei nicht finden
at ICSharpCode.SharpDevelop.ProcessRunner.CreateProcess(String lpApplicationName, StringBuilder lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, Boolean bInheritHandles, UInt32 dwCreationFlags, String lpEnvironment, String lpCurrentDirectory, STARTUPINFO& lpStartupInfo, PROCESS_INFORMATION& lpProcessInformation)
at ICSharpCode.SharpDevelop.ProcessRunner.DoStart(String commandLine)
at ICSharpCode.SharpDevelop.ProcessRunner.StartCommandLine(String commandLine)
at ICSharpCode.SharpDevelop.ProcessRunner.Start(String program, String[ arguments)
at ICSharpCode.SharpDevelop.ProcessRunner.<RunInOutputPadAsync>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ICSharpCode.SharpDevelop.Gui.Dialogs.ReferenceDialog.ServiceReference.SvcUtilRunner.<Run>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
---- Recent log messages:
14:57:27.948 [1] DEBUG - Trying to restore memento of '[AvalonEditViewContent C:\Users\ThomasW.VOXTRONIC\Documents\SharpDevelop Projects\WSDLTest\WSDLTest\Program.cs]' from key '1e13ec5:C:\USERS\THOMASW.VOXTRONIC\DOCUMENTS\SHARPDEVELOP PROJECTS\WSDLTEST\WSDLTEST\PROGRAM.CS'
14:57:27.960 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Project.ProjectBrowserPad
14:57:27.960 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: Program.cs]
14:57:27.960 [1] INFO - CurrentProject changed to WSDLTest
14:57:27.960 [1] DEBUG - NavigationService
ActiveViewContent: Program.cs
Subview: ${res:FormsDesigner.DesignTabPages.SourceTabPage}
14:57:27.960 [1] DEBUG - ActiveViewContentChanged to [AvalonEditViewContent C:\Users\ThomasW.VOXTRONIC\Documents\SharpDevelop Projects\WSDLTest\WSDLTest\Program.cs]
14:57:27.983 [1] DEBUG - NavigationService -- suspend logging
14:57:27.983 [1] DEBUG - NavigationService -- resume logging
14:57:27.983 [1] DEBUG - NavigationService -- suspend logging
14:57:27.983 [1] DEBUG - NavigationService -- resume logging
14:57:28.016 [LoadSolutionProjects] DEBUG - WSDLTest: ParseFiles() finished. 0 files were re-used from CC cache; 2 files were parsed (2 of those are serializable)
14:57:28.046 [LoadSolutionProjects] DEBUG - LoadSolutionProjectsThread finished after 00:00:00.1494585
14:57:28.112 [39] DEBUG - Git: OverlayIconManager Thread finished
14:57:28.225 [22] DEBUG - Serializing to C:\Users\ThomasW.VOXTRONIC\AppData\Local\Temp\SharpDevelop5.1\mscorlib.42f64ccc.dat
14:57:28.226 [1] DEBUG - ParseInformationUpdated C:\Users\ThomasW.VOXTRONIC\Documents\SharpDevelop Projects\NAV_UIDCheck\WSDLTest\Program.cs (new)
14:57:28.226 [1] DEBUG - ParseInformationUpdated C:\Users\ThomasW.VOXTRONIC\Documents\SharpDevelop Projects\NAV_UIDCheck\WSDLTest\Program.cs (updated)
14:57:28.258 [1] DEBUG - Update Foldings
14:57:28.286 [1] DEBUG - Update Foldings
14:57:28.719 [39] DEBUG - Resolved (Line 1, Col 1) to
14:57:28.719 [43] DEBUG - Resolved (Line 1, Col 1) to
14:57:30.167 [1] INFO - Initialize DirectoryNode C:\Users\ThomasW.VOXTRONIC\Documents\SharpDevelop Projects\WSDLTest\WSDLTest
14:57:30.168 [44] DEBUG - Git: OverlayIconManager Thread started
14:57:30.270 [44] DEBUG - Git: OverlayIconManager Thread finished
14:59:24.767 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Gui.CompilerMessageView
14:59:24.789 [1] ERROR - Unhandled WPF exception
--> Exception:
System.ComponentModel.Win32Exception (0x80004005): Das System kann die angegebene Datei nicht finden
at ICSharpCode.SharpDevelop.ProcessRunner.CreateProcess(String lpApplicationName, StringBuilder lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, Boolean bInheritHandles, UInt32 dwCreationFlags, String lpEnvironment, String lpCurrentDirectory, STARTUPINFO& lpStartupInfo, PROCESS_INFORMATION& lpProcessInformation)
at ICSharpCode.SharpDevelop.ProcessRunner.DoStart(String commandLine)
at ICSharpCode.SharpDevelop.ProcessRunner.StartCommandLine(String commandLine)
at ICSharpCode.SharpDevelop.ProcessRunner.Start(String program, String[ arguments)
at ICSharpCode.SharpDevelop.ProcessRunner.<RunInOutputPadAsync>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ICSharpCode.SharpDevelop.Gui.Dialogs.ReferenceDialog.ServiceReference.SvcUtilRunner.<Run>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
---- Post-error application state information:
Installed 3rd party AddIns:
ProjectService.CurrentSolution: [Solution C:\Users\ThomasW.VOXTRONIC\Documents\SharpDevelop Projects\WSDLTest\WSDLTest.sln with 1 projects]
ProjectService.CurrentProject: [CSharpProject: WSDLTest]
Workbench.ActiveContent: ICSharpCode.SharpDevelop.Gui.CompilerMessageView