Hi there,

I'm seeing the following error using WiX build 3.0.5308 or 3.0.5315 in
Visual Studio 2008 (but it works fine in 5301 and prior).

C:\Program Files\MSBuild\Microsoft\WiX\v3.0\Wix.targets(792,5): error
MSB4036: The "ResolveNonMSBuildProjectOutput" task was not found.
Check the following:
1.) The name of the task in the project file is the same as the name of the
task class.
2.) The task class is "public" and implements the
Microsoft.Build.Framework.ITask interface.
3.) The task is correctly declared with <UsingTask> in the project file, or
in the *.tasks files located in the
"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727" directory.

At a guess, I'd say it might be related to the changes made for bug 2786736
(
https://sourceforge.net/tracker/index.php?func=detail&aid=2786736&group_id=105970&atid=642714
)

The WiX projects that fail with this error all reference C# projects, but
that doesn't seem particularly remarkable.

Calling MSBuild directly from the command-line results in a different but
kind of similar error:

"C:\Dev\xxx\trunk\xxx.yyy.sln" (default target) (1) ->
"C:\Dev\xxx\trunk\xxx.yyy.Services.Installer\xxx.yyy.Services.Installer.wixproj"
(default target) (36)
->
(SplitProjectReferencesByType target) ->
  C:\Program Files\MSBuild\Microsoft\WiX\v3.0\Wix.targets(731,5): error
MSB4036: The "AssignProjectConfiguration" task was not found. Check the
following: 1.) The name of the task in the project file is the same as the
name of the task class. 2.) The task class is "public" and implements the
Microsoft.Build.Framework.ITask interface. 3.) The task is correctly
declared with <UsingTask> in the project file, or in the *.tasks files
located in the "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727" directory.


Is there anything I need to do to fix this, or is this a bug?

-dave

-- 
http://davidgardiner.blogspot.com
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to