Re: [WiX-users] ICE03 error from light

2007-10-02 Thread Ogborne, Dave
press the error so no worries there! Thanks again, Dave -Original Message- From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: 01 October 2007 22:22 To: 'Peter Marcu'; Ogborne, Dave; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] ICE03 error from light You ne

Re: [WiX-users] ICE03 error from light

2007-10-01 Thread Mike Dimmick
ECTED] On Behalf Of Peter Marcu Sent: 01 October 2007 17:59 To: daveog; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ICE03 error from light The error is saying that the DllPath column of the ComPlusAssembly table has a value of LAPComPlusAssembly. This is a foreign key and therefore

Re: [WiX-users] ICE03 error from light

2007-10-01 Thread Peter Marcu
The error is saying that the DllPath column of the ComPlusAssembly table has a value of LAPComPlusAssembly. This is a foreign key and therefore needs to be present in the table has the corresponding primary key. Make sure that LAPComPlusAssembly is defined as a Primary key somewhere else in your

Re: [WiX-users] ICE03 error

2007-05-09 Thread Bob Arnson
Mike Dimmick wrote: > Since the MSI database allows you to insert lengths longer than stated in > the column definition I'm not entirely sure what the impact of 'overflowing' > a column is. > Depends on the code that uses the column's data. Sometimes you can plug in extra data and it works. So

Re: [WiX-users] ICE03 error

2007-05-09 Thread Mike Dimmick
prompt. sn -Vr *,36e4ce08b8ecfb17 This disables verification for any assembly using the WiX signing key. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jrcolons Sent: 09 May 2007 23:21 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-use

Re: [WiX-users] ICE03 error

2007-05-09 Thread jrcolons
jrcolons wrote: > > > > Rob Mensching-2 wrote: >> >> Hmm, I thought the length restriction was removed. Feel free to open a >> bug so we remember to update the string lengths. >> > > Sorry Rob, I'm a newbie in wix matters... how do i open it? > > I just opened it. Is there any hack or

Re: [WiX-users] ICE03 error

2007-05-09 Thread Wilson, Phil
ent: 09 May 2007 21:39 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ICE03 error Are you sure about that "allows you to insert lengths longer than stated in the column definition"? Just the other day I had error 1627 when trying to insert a string of more than 72 char

Re: [WiX-users] ICE03 error

2007-05-09 Thread Mike Dimmick
Sent: Wednesday, May 09, 2007 1:24 PM To: 'Mike Dimmick'; 'jrcolons'; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ICE03 error Appears to be a limit imposed by the column definition format (see http://msdn2.microsoft.com/en-us/library/aa367870.aspx). Interestingly there i

Re: [WiX-users] ICE03 error

2007-05-09 Thread jrcolons
Rob Mensching-2 wrote: > > Hmm, I thought the length restriction was removed. Feel free to open a > bug so we remember to update the string lengths. > Sorry Rob, I'm a newbie in wix matters... how do i open it? -- View this message in context: http://www.nabble.com/ICE03-error-tf3717662.h

Re: [WiX-users] ICE03 error

2007-05-09 Thread Wilson, Phil
7;; 'jrcolons'; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ICE03 error Appears to be a limit imposed by the column definition format (see http://msdn2.microsoft.com/en-us/library/aa367870.aspx). Interestingly there is an s0 which should be unlimited but I'm not sure wh

Re: [WiX-users] ICE03 error

2007-05-09 Thread Mike Dimmick
t: 09 May 2007 21:00 To: 'jrcolons'; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ICE03 error You say in the title it's an ICE03 error. What's the exact text of the error? ICE03 generates a number of different messages - it's basically the data structure in

Re: [WiX-users] ICE03 error

2007-05-09 Thread Rob Mensching
Subject: Re: [WiX-users] ICE03 error Rob Mensching-2 wrote: > > What's the problem? > Sorry I was trying to be so succint that I omitted the essence of my problem. I'm trying to modify a connection string value to an add key in the web.config to reflect an application server

Re: [WiX-users] ICE03 error

2007-05-09 Thread jrcolons
Rob Mensching-2 wrote: > > What's the problem? > Sorry I was trying to be so succint that I omitted the essence of my problem. I'm trying to modify a connection string value to an add key in the web.config to reflect an application server name. The sentence i'm using to try achieve this is th

Re: [WiX-users] ICE03 error

2007-05-09 Thread Mike Dimmick
You say in the title it's an ICE03 error. What's the exact text of the error? ICE03 generates a number of different messages - it's basically the data structure integrity-checking ICE. Given how long that is I think that you're exceeding the length of the column. WiX permits up to 255 characters i

Re: [WiX-users] ICE03 error

2007-05-09 Thread Rob Mensching
What's the problem? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jrcolons Sent: Wednesday, May 09, 2007 11:58 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] ICE03 error Hi! I'm trying to set a connection string in my web.config file