Bugs item #1601489, was opened at 2006-11-23 01:16
Message generated for change (Settings changed) made by barnson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1601489&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: candle
Group: v2.0
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Rodney (rls1261)
Assigned to: Bob Arnson (barnson)
Summary: Typo in PropertyRow Class

Initial Comment:
The following code in my extension causes an IndexOutOfRangeException.

PropertyRow proprow = (this.Core.CreateRow(sourceLineNumbers, "Property" ) as 
PropertyRow);
proprow.Id = strValueName;
proprow.Value = strDefaultValue;
proprow.Hidden = false;
proprow.Secure = false;
proprow.Admin = false;

I checked and it looks like there's a 5 where there should be a 4 in the 
Property row's Hidden implementation. (PropertyRow.cs ~line 83)

I'm using version 2.0.4415.0.




----------------------------------------------------------------------

Comment By: Bob Arnson (barnson)
Date: 2006-12-20 03:52

Message:
Logged In: YES 
user_id=26581
Originator: NO

Yeah, that was easy.<g>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1601489&group_id=105970

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to