It appears to me (based on the error message) that MSBuild does not think
that items can/should have metadata named Value.
Typically, when adding entries to an item, the value of the "Include"
attribute varies, since that attribute's value is the identity of each entry
in the item list.
I suspect that you want that section of your PROJ file to look more like
this:
<!-- Collection of AssemblyInfo.cs files to generate -->
<ItemGroup>
<AssemblyInfoFile
Include="..\WSPR.ClassLibrary\Properties\AssemblyInfo.cs"/>
<AssemblyInfoFile Include="..\WSPR.Links\Properties\AssemblyInfo.cs"/>
<AssemblyInfoFile
Include="..\WSPR.MenuUI\Properties\AssemblyInfo.cs"/>
<AssemblyInfoFile
Include="..\WSPR.Plotting\Properties\AssemblyInfo.cs"/>
<AssemblyInfoFile
Include="..\WSPR.VisibilityTools\Properties\AssemblyInfo.cs"/>
</ItemGroup>
Then again I have never used the MSBuildCommunityTasks (although I have
heard very good things about them).
-Blair
-----Original Message-----
From: Taylor, Matthew [mailto:[email protected]]
Sent: Monday, August 16, 2010 2:42 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Error: MSB4067
Sorry, probably an email filter! Attached again.
It was a 32-bit MSbuild.
I didn't know there were two.
I tried the 64-bit and got the same result - both logs attached.
Thanks for helping.
-----Original Message-----
From: Blair [mailto:[email protected]]
Sent: 13 August 2010 17:56
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Error: MSB4067
Your project showed up, your log did not. Are you using the 32-bit or the
64-bit msbuild.exe?
-----Original Message-----
From: Taylor, Matthew [mailto:[email protected]]
Sent: Friday, August 13, 2010 4:38 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Error: MSB4067
Hi,
I'm having a problem building an install package.
The build proj and log are attached.
I'm using:
VS2010
WIX 3.5
\Microsoft.NET\Framework\v3.5\MSBuild.exe
On a 64-bit Windows XP system.
Error: MSB4067 (see log)
Can anybody help me with this error?
Thanks & regards,
Matt
------------------------------------------------------------------------
------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users