30
Lỗi 5: Quyền truy cập bị Từ chối khi khởi động dịch vụ windows
Tôi gặp lỗi này khi cố gắng khởi động dịch vụ windows mà tôi đã tạo trong C #: Mã của tôi cho đến nay: private ServiceHost host = null; public RightAccessHost() { InitializeComponent(); } protected override void OnStart(string[] args) { host = new ServiceHost(typeof(RightAccessWcf)); host.Open(); } protected override void …