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
th [mailto:the_red_baro...@hotmail.com] Sent: Tuesday, March 18, 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 (0x8013

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 thi