Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
GeneralRe: Variable Names In Various Projects (Not My Own) Pin
GenJerDan1-Jun-12 10:30
GenJerDan1-Jun-12 10:30 
GeneralRe: Variable Names In Various Projects (Not My Own) Pin
Paul Conrad1-Jun-12 13:55
professionalPaul Conrad1-Jun-12 13:55 
GeneralRe: Variable Names In Various Projects (Not My Own) Pin
Matt U.2-Jun-12 7:38
Matt U.2-Jun-12 7:38 
GeneralRe: Variable Names In Various Projects (Not My Own) Pin
Ravi Bhavnani1-Jun-12 10:12
professionalRavi Bhavnani1-Jun-12 10:12 
GeneralRe: Variable Names In Various Projects (Not My Own) Pin
Matt U.2-Jun-12 7:40
Matt U.2-Jun-12 7:40 
GeneralRe: Variable Names In Various Projects (Not My Own) Pin
jschell4-Jun-12 8:15
jschell4-Jun-12 8:15 
GeneralRe: Variable Names In Various Projects (Not My Own) Pin
Matt U.14-Jun-12 2:37
Matt U.14-Jun-12 2:37 
QuestionWCF service as Windows Service Pin
TwilightEva1-Jun-12 2:26
TwilightEva1-Jun-12 2:26 
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.

C#
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.
AnswerRe: WCF service as Windows Service Pin
sina rahimzadeh1-Jun-12 3:15
sina rahimzadeh1-Jun-12 3:15 
GeneralRe: WCF service as Windows Service Pin
jschell1-Jun-12 3:38
jschell1-Jun-12 3:38 
GeneralRe: WCF service as Windows Service Pin
Pete O'Hanlon1-Jun-12 3:47
mvePete O'Hanlon1-Jun-12 3:47 
JokeRe: WCF service as Windows Service Pin
TwilightEva1-Jun-12 4:05
TwilightEva1-Jun-12 4:05 
AnswerRe: WCF service as Windows Service Pin
jschell1-Jun-12 3:46
jschell1-Jun-12 3:46 
GeneralRe: WCF service as Windows Service Pin
TwilightEva1-Jun-12 4:04
TwilightEva1-Jun-12 4:04 
GeneralRe: WCF service as Windows Service Pin
taha bahraminezhad Jooneghani3-Jun-12 2:02
taha bahraminezhad Jooneghani3-Jun-12 2:02 
QuestionAUDIO PROBLEM Pin
timmy1831-May-12 12:02
timmy1831-May-12 12:02 
AnswerRe: AUDIO PROBLEM Pin
PIEBALDconsult31-May-12 12:08
mvePIEBALDconsult31-May-12 12:08 
AnswerRe: AUDIO PROBLEM Pin
Abhinav S31-May-12 16:31
Abhinav S31-May-12 16:31 
AnswerRe: AUDIO PROBLEM Pin
OriginalGriff31-May-12 21:17
mveOriginalGriff31-May-12 21:17 
GeneralRe: AUDIO PROBLEM Pin
Luc Pattyn1-Jun-12 3:04
sitebuilderLuc Pattyn1-Jun-12 3:04 
GeneralRe: AUDIO PROBLEM Pin
OriginalGriff1-Jun-12 3:48
mveOriginalGriff1-Jun-12 3:48 
QuestionNEW Pin
timmy1831-May-12 11:51
timmy1831-May-12 11:51 
AnswerRe: NEW Pin
Dave Kreskowiak31-May-12 13:06
mveDave Kreskowiak31-May-12 13:06 
GeneralRe: NEW Pin
PIEBALDconsult31-May-12 14:51
mvePIEBALDconsult31-May-12 14:51 
AnswerRe: NEW Pin
OriginalGriff31-May-12 21:17
mveOriginalGriff31-May-12 21:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.