Bugs item #1217210, was opened at 2005-06-08 13:04 Message generated for change (Comment added) made by justinrockwood You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1217210&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: votive Group: v2.0 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: francisk (franciskam) Assigned to: Justin Rockwood (justinrockwood) Summary: Selecting Two Items in SolutionExplorer Causes Failed Assert Initial Comment: Description: Selecting multiple items in Solution Explorer will cause an Assertion Failed with Abort/Retry/Ignore. Abort will close VS.NET, Retry causes an exception, Ignore just fails more Assertions. Repro Steps: 1. Open up a WiX project with VS.NET. 2. Click on an item in solution explorer 3. Hold down shift and click on another item Expected: Two items selected Actual: Assertion Failed The currently selected hierarchy item should not be VSITEMID_SELECTION. at Tracer.Assert(Boolean condition, String message, Object[] args) at Hierarchy.get_SelectedNode() at Hierarchy.GetNode(UInt32 itemId, Boolean throwOnNotFound) at Hierarchy.Microsoft.VisualStudio.Shell.Interop.IVsUIHier archy.QueryStatusCommand(UInt32 itemid, Guid& pguidCmdGroup, UInt32 cCmds, OLECMD[] prgCmds, IntPtr pCmdText) ---------------------------------------------------------------------- >Comment By: Justin Rockwood (justinrockwood) Date: 2006-10-03 19:25 Message: Logged In: YES user_id=1054914 Fixed in Votive v3 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1217210&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
