Re: [WiX-users] Custom Action error Handling in Wix 3.7

2014-03-19 Thread Pavan Konduru
ut the WiX toolset. Subject: Re: [WiX-users] Custom Action error Handling in Wix 3.7 It's clear your catch handler is being called because of the EXCEPTION property being set. You're probably having an exception in the course of handling the exception. In general, having things that can

Re: [WiX-users] Custom Action error Handling in Wix 3.7

2014-03-19 Thread Bryan Wolf
: Re: [WiX-users] Custom Action error Handling in Wix 3.7 1) Client side isn't going to give you very many details, but basically, the server is refusing to allow a connection. 2) The Persist Security Info attribute on your connection strings opens a truck-sized security hole in your applic

Re: [WiX-users] Custom Action error Handling in Wix 3.7

2014-03-19 Thread John Cooper
2014 9:38 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Custom Action error Handling in Wix 3.7 Pavan, Error is a generic SQL Exception Property(C): EXCEPTIONDETAILS = System.Data.SqlClient.SqlException (0x80131904): Login failed for user 'Use

Re: [WiX-users] Custom Action error Handling in Wix 3.7

2014-03-18 Thread Alan Smith
en() at CustomActions.GetDBVersion(Session session) === Logging stopped: 3/18/2014 15:51:54 === Regards, > From: pavan.kond...@accelrys.com > To: wix-users@lists.sourceforge.net > Date: Tue, 18 Mar 2014 18:45:08 -0700 > Subject: Re: [WiX-users] Custom Action error Handling in Wix 3.7

Re: [WiX-users] Custom Action error Handling in Wix 3.7

2014-03-18 Thread Pavan Konduru
Hi Alan, Can you post the error message that you see in the log? --Pavan -Original Message- From: Alan Smith [mailto:the_red_baro...@hotmail.com] Sent: Tuesday, March 18, 2014 4:56 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action error Handling in Wix 3.7 I

[WiX-users] Custom Action error Handling in Wix 3.7

2014-03-18 Thread Alan Smith
I think this is an issue with how I am implementing my custom action, but I am looking for some assistance with an issue I have encountered. I have built a number of C# (.NET 4) Custom Actions which all reside in a single DLL file. I am able to call all of these actions successfully and the pro