wvdvegt 0 Report post Posted February 17, 2016 HiWhen i try to convert my Silverlight project it takes some time but always ends with aThere was no endpoint listening at net.pipe://localhost/xmapproc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.ErrorIn the eventlog I see a more detailed message. Any suggestions?The description for Event ID 300 from source Application Error cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer. If the event originated on another computer, the display information had to be saved with the event. The following information was included with the event: Cannot listen on pipe name 'net.pipe://localhost/' because another pipe endpoint is already listening on that name.Inner Exception System.IO.PipeException: Cannot listen on pipe name 'net.pipe://localhost/' because another pipe endpoint is already listening on that name. at System.ServiceModel.Channels.PipeSharedMemory.Create(List`1 allowedSids, Uri pipeUri, String sharedMemoryName) at System.ServiceModel.Channels.PipeConnectionListener.Listen() at System.ServiceModel.Channels.BufferedConnectionListener.Listen() at System.ServiceModel.Channels.ExclusiveNamedPipeTransportManager.OnOpen() at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback) at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ConnectionOrientedTransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.NamedPipeChannelListener`2.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at Artinsoft.Common.TaskRunner.Runner.Main(String[] args) the message resource is present but the message is not found in the string/message table Best Regardswvdvegt Quote Share this post Link to post Share on other sites