Re: [WiX-users] ServiceInstall fails when installing service containing a Mixed Mode dll

2013-07-04 Thread Christopher Painter
til is the correct way to do it sigh From: "Andrew Jones" Sent: Thursday, July 04, 2013 5:05 AM To: "wix-users@lists.sourceforge.net" Subject: [WiX-users] ServiceInstall fails when installing service containing a Mixed Mode dll

[WiX-users] ServiceInstall fails when installing service containing a Mixed Mode dll

2013-07-04 Thread Andrew Jones
e.config file if your app is happy with the default settings. Regards Andrew From: "Andrew Jones" Sent: Wednesday, July 03, 2013 4:27 PM To: "wix-users@lists.sourceforge.net" Subject: [WiX-users] ServiceInstall fails when installing

Re: [WiX-users] ServiceInstall fails when installing service containing a Mixed Mode dll

2013-07-03 Thread Phill Hogland
Today while working on another issue, I added the paths to the WiX source and pdbs to the Visual Studio options and found that I could launch my setup, attach to it, and debug into the WiX code. Also for developing CAs there is a good tool called catest which I have not used with WiX yet. I have

Re: [WiX-users] ServiceInstall fails when installing service containing a Mixed Mode dll

2013-07-03 Thread Christopher Painter
it on a VM and look at it for/with you. From: "Andrew Jones" Sent: Wednesday, July 03, 2013 4:27 PM To: "wix-users@lists.sourceforge.net" Subject: [WiX-users] ServiceInstall fails when installing service containing a Mixed M

[WiX-users] ServiceInstall fails when installing service containing a Mixed Mode dll

2013-07-03 Thread Andrew Jones
I have a .NET 4 Windows Service that references a Mixed Mode .NET2.0/3.5 dll. In my Windows Service application I've had to alter app.config to add a useLegacyV2RuntimeActivationPolicy="true" to allow use of the legacy dll. I can install and start this service manually from a command prompt us