【EXE報錯】win10運行C#程序保存報錯:HTTP 沒法註冊URL ,進程不具備此命名空間的訪問權限

在win10系統運行C#程序出現如下報錯spa

異常信息

[1]異常信息:HTTP 沒法註冊 URL http://+:13000/Core/Real/HandheldService/。進程不具備此命名空間的訪問權限(有關詳細信息,請參見 http://go.microsoft.com/fwlink/?LinkId=70353)。
[2]調用方法:OnOpen
[3]堆棧信息: 在 System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
在 System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)
在 System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)
在 System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
在 System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
在 System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open()
在 Sabert.Rfid.Core.Runtime.StartUp.Channel() 位置 e:\Sabert\src\Core\Sabert.Rfid.Core\SystemEngine.cs:行號 702
在 Sabert.Rfid.Core.Runtime.SystemEngine.StartUpSystem(Boolean isconsole) 位置 e:\Sabert\src\Core\Sabert.Rfid.Core\SystemEngine.cs:行號 38
在 Sabert.Rfid.Core.Program.Main(String[] args) 位置 e:\Sabert\src\Core\Sabert.Rfid.Core\Program.cs:行號 16
[4]內部異常:拒絕訪問。
[5]備註 :系統發生嚴重異常錯誤!進程

解決辦法

以管理員身份運行程序。get

相關文章
相關標籤/搜索