[WiX-users] DTF in WiX - LINQ Issue

2008-05-20 Thread Christopher Painter
I'm trying to do my first custom action with a LINQ query with the below code. However I'm getting an exception.I've stepped through the debugger and what's wierd is that when var actions get assigned and proccessed it thinks there is 6 selectColumns instead of 3. It then goes to build a

Re: [WiX-users] DTF in WiX - LINQ Issue

2008-05-20 Thread Jason Ginchereau
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Painter Sent: Tuesday, May 20, 2008 10:33 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] DTF in WiX - LINQ Issue I'm trying to do my first custom action with a LINQ query with the below code. However I'm getting an exception

Re: [WiX-users] DTF in WiX - LINQ Issue

2008-05-20 Thread Christopher Painter
, but this one might be worth fixing... shouldn't be too hard I think. -Jason- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Painter Sent: Tuesday, May 20, 2008 10:33 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] DTF in WiX - LINQ Issue