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
Behalf Of daveog Sent: Monday, October 01, 2007 8:42 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] ICE03 error from light Hi all, I am seeing the following error from the linking phase: error LGHT0204 : ICE03: Not a valid foreign key; Table: ComPlusAssembly, Column: DllPath, Key(s

[WiX-users] ICE03 error from light

2007-10-01 Thread daveog
Hi all, I am seeing the following error from the linking phase: error LGHT0204 : ICE03: Not a valid foreign key; Table: ComPlusAssembly, Column: DllPath, Key(s): LAPComPlusAssembly Binder temporary directory located at 'C:\Documents and Settings\dogborne\Local Settings\Temp\1lro9s9v'. Validator

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
- 255 characters. I'm not sure what the limit is in Windows Installer itself. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jrcolons Sent: 09 May 2007 19:58 To: wix-users@lists.sourceforge.net Subject: [WiX-users] ICE03 error Hi!

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.c

[WiX-users] ICE03 error

2007-05-09 Thread jrcolons
Hi! I'm trying to set a connection string in my web.config file for a third party application that's maybe too long for xmlfile to work... I am trying to figure out how i can work around that. can anyone enlighten me in that? that's the string I'm trying to setvalue on my web.config: tha

[WiX-users] ICE03 error when using merge modules

2007-04-17 Thread smakazmi
Hi, I have struggling with merge modules for hours now. Here is what i am doing http://schemas.microsoft.com/wix/2006/wi";>