Cast error when using custom logger.

I have my own logger class that inherits from Microsoft.Build.Utilities.Logger. This is part of my overall Package implementation in VS2008. When I run I get a cast error in method SetOutputLogger...

Id #18105 | Release: None | Updated: Jun 30 2010 at 6:54 PM by tbonemike | Created: Jun 30 2010 at 6:54 PM by tbonemike

Enhancement Request: Support VS2005 SDK

The MPF can be modified via conditional compilation args (ie. #ifDef VS2005) to work for both VS2005 and VS2008. The Wix Votive project has already done this. I would like to see this change merged...

Id #16237 | Release: None | Updated: Feb 3 2010 at 9:39 PM by bralston7 | Created: Feb 3 2010 at 9:39 PM by bralston7

Enhancement Request: Support "Add File as Link" functionality

The MPF should support the ability to "Add as Link" when adding files to a project, just like C# projects do. The Wix Votive project already modified the MPF to do this, and I would be happy to mer...

Id #16236 | Release: None | Updated: Dec 3 2010 at 4:36 PM by cjdewes | Created: Feb 3 2010 at 9:36 PM by bralston7

Wrong project reference icon is shown in solution explorer (VS2008)

When adding a project reference (C++, Visual Basic, etc.) to another project in Solution Explorer (right-click project's reference, then click on the Add Reference... menu item), the icon being dis...

Id #13212 | Release: None | Updated: May 11 2009 at 9:11 PM by bdicroce | Created: May 11 2009 at 9:11 PM by bdicroce

VS.NET Solution Explorer Drag & Drop for C++ projects does not work

Hi, I am trying to implement 'Drag&Drop' functionality from solution explorer in VS.NET 2005 onto my C# winform. I have 2 projects within same solution (one C# project, and other MFC C++ project)...

Id #13070 | Release: None | Updated: Apr 22 2009 at 8:30 PM by ahmedkabir | Created: Apr 22 2009 at 8:30 PM by ahmedkabir

Adding an item to a project with subfolders asserts

The assert is in OAProjectItems.cs at line 193: Debug.Assert(nodeAdded != null, "We should have been able to find the new element in the hierarchy"); It fails when trying to find a hierarchy node...

Id #13064 | Release: None | Updated: Apr 21 2009 at 9:45 PM by oeieno | Created: Apr 21 2009 at 9:45 PM by oeieno

OAProperties.Item can't find "URL" index

I'm creating a language service for a simple DSL. While working in the experimental hive, MPFProj quite often throws an exception in OAProperties.Item when the index argument equals "URL". The ca...

Id #12730 | Release: None | Updated: Feb 12 2010 at 3:39 PM by bralston7 | Created: Mar 2 2009 at 11:47 PM by canopus51

ProjectNode.WalkSourceProjectAndAdd() contains bug

Problem Description: WalkSourceProjectAndAdd() method of ProjectNode class contains 2 errors. The bug appears in Drag'n'Drop operations. When I drag and drop folder which contains several file node...

Id #12579 | Release: None | Updated: Feb 10 2009 at 2:31 AM by QuanTo | Created: Feb 10 2009 at 2:31 AM by QuanTo

Fix: Unloading project without a References Node

If the references node factory in ProjectNode is overridden to always return null. The project will trash when the project is unloaded. See patch to resolve the issue. Paul

Id #12453 | Release: None | Updated: Jan 23 2009 at 8:39 PM by paullunt | Created: Jan 23 2009 at 8:39 PM by paullunt

MPF projects in the solution block "Create Unit Tests" wizard

To repro, you have to do the following: 1. You create a solution, with a standard c# class library. 2. You add a custom project to the solution that is based on MPF. 3. Go to "Class1" class of the ...

Id #11866 | Release: None | Updated: Dec 5 2008 at 5:58 AM by GasparNagy | Created: Dec 4 2008 at 1:31 PM by GasparNagy