Bugs item #1601489, was opened at 2006-11-22 20:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: extensions
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rodney (rls1261)
Assigned to: Scott Kurtzeborn (scotk)
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.




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

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