Re: [WiX-users] Self Hosted WCF Service Install

2009-11-22 Thread Vivek R. Rathod
ing, I meant debugging the code to see exactly why it's > throwing an exception. > > Maybe I can find some free time later to look at this but for now it's > christmas tree lights and egg nog. > > --- On Sun, 11/22/09, james poole wrote: > >> From:

Re: [WiX-users] Self Hosted WCF Service Install

2009-11-22 Thread Gmail
r profiling, I meant debugging the code to see exactly why it's > throwing an exception. > > Maybe I can find some free time later to look at this but for now > it's christmas tree lights and egg nog. > > --- On Sun, 11/22/09, james poole wrote: > >> From:

Re: [WiX-users] Self Hosted WCF Service Install

2009-11-22 Thread Christopher Painter
james poole > Subject: Re: [WiX-users] Self Hosted WCF Service Install > To: chr...@deploymentengineering.com, "General discussion for Windows > Installer XML toolset." > Date: Sunday, November 22, 2009, 4:12 PM > So I tried having the App.config get > installed to the sam

Re: [WiX-users] Self Hosted WCF Service Install

2009-11-22 Thread james poole
So I tried having the App.config get installed to the same directory, but no luck. Also, when using installutil.exe, you don't have to carry around the app.config file. Strange. Can you point me in the right direction for profiling? Not exactly sure what you mean. Thanks again, James On Sun,

Re: [WiX-users] Self Hosted WCF Service Install

2009-11-22 Thread Christopher Painter
InstallUtil truely is evil and the WiX way of doing things should work just fine. I've installed dozens on .NET services this way. The error message about no endpoints makes me wonder if your app.config is getting installed. I'd do some profiling of the app to see whats going on. Christopher