Thanks for the quick reply.

Unfortunately that doesn't seem to be the case. Just created a new
class library project in visual studio and got the same result. Here's
the msbuild and heat result:

-----------------------------------------

d:\Work-Test\HeatTestLib>msbuild HeatTestLib.csproj
Microsoft (R) Build Engine Version 3.5.30729.1
[Microsoft .NET Framework, Version 2.0.50727.3053]
Copyright (C) Microsoft Corporation 2007. All rights reserved.

Build started 26-08-2008 14:41:01.
Project "d:\Work-Test\HeatTestLib\HeatTestLib.csproj" on node 0
(default targets).
  Processing 0 EDMX files.
  Finished processing 0 EDMX files.
_CopyAppConfigFile:
  Copying file from "app.config" to "bin\Debug\HeatTestLib.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "obj\Debug\HeatTestLib.dll" to "bin\Debug\HeatTestLib.dll".
  HeatTestLib -> d:\Work-Test\HeatTestLib\bin\Debug\HeatTestLib.dll
  Copying file from "obj\Debug\HeatTestLib.pdb" to "bin\Debug\HeatTestLib.pdb".
Done Building Project "d:\Work-Test\HeatTestLib\HeatTestLib.csproj"
(default targets).


Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:00.61

d:\Work-Test\HeatTestLib>heat project HeatTestLib.csproj -pog:Binaries
-out sample.xml
Microsoft (R) Windows Installer Xml Toolset Harvester version 3.0.4422.0
Copyright (C) Microsoft Corporation. All rights reserved.

heat.exe : error HEAT5305 : Failed to load project
d:\Work-Test\HeatTestLib\HeatTestLib.csproj: Exception has been thrown
by the target of an invocation..

d:\Work-Test\HeatTestLib>

-----------------------------------------

I think there may be something wrong with my machine. Maybe some mixed
paths. I'll try to build wix from source and debug heat to get that
exception.

Will post the results if anything useful shows up.

Thanks,

Pedro

On Tue, Aug 26, 2008 at 2:32 PM, Christopher Karper
<[EMAIL PROTECTED]> wrote:
> It's  implemented, but any error in building your solution will make the
> project harvester fail and pretty well hide the info.  Try just running
> msbuild from the command line on the file you're trying to harvest, and make
> sure you clear out any errors from there.   If your projects require
> variables to be set in order to build, then it probably won't work with the
> current version of heat.exe.
>
> I have some submissions that will fix this problem, but I haven't turned
> them in yet, so they may take a while to get integrated.
>
> Let me know if I can help out any other way.
>
> Chris
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to