I develop a multi-projects VS 2010 template. One of the projects is WIX. In the class that implements IWizard I need to add references to C# projects to Wix project. Basically, I need to do exactly like that:
var targetProject = (VSProject) _project.Object; targetProject.References.AddProject(sourceProject); where targetProject is WIX project. The code works perfectly for C# projects, but does not work for Wix. Please help! ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

