Good afternoon to all. Here's my problem: I've created a WCF service and now I'm trying to install it with Installer project on target machine as administrator. host = new ServiceHost(serviceType, serviceUri); host.Open(); And here's exception: HTTP could not register URL http://+:8282/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details) When I start serviceCore as console application - it works fine. What I'd tried: - netsh; - manifest with highestAvailable; - turn off UAC; ServiceInstaller is NetworkService, target machine OS is R2, domain user has adm rights.
TwilightEva
Posts
-
WCF accessDeniedException -
WCF service as Windows Serviceeven turkey can't help me -/
-
WCF service as Windows Serviceas I've said, I'd already used "netsh" I'd added localhost, ip, + with my domain user or Everyone. But it still doesn't work)
-
WCF service as Windows ServiceGood afternoon to all. Here's my problem: I've created a WCF service and now I'm trying to install it with Installer project on target machine as administrator.
host = new ServiceHost(serviceType, serviceUri);
host.Open();And here's exception:
HTTP could not register URL http://+:8282/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details)
When I start serviceCore as console application - it works fine. What I'd tried: - netsh; - manifest with highestAvailable; - turn off UAC; ServiceInstaller is NetworkService, target machine OS is R2, domain user has adm rights.
-
Transparent control, C#flag somewhere, where not everyone can see?(
-
Transparent control, C#and is there any way to "inherit" form opacity? on WPF, i know -\
-
Transparent control, C#Sorry for such question (I think it was earlier, but my problem is below): I'm trying to find transparent controls and all I'd found are only ones, which background-transparent, but not on-control-transparent: picture: Transparent[^] As you can see, usual button cannot be seen under glass transparent button.