I reverted to wix 3.0.4004.0 on both my w08 x64 and vista sp1 x64 dev 
workstations and in both cases building from the vs08 ide after a single wix 
extension reference has been added works again with that release installed.   
So this issue repro's for me using x64 os's and the current 3.0.4311.0 
wix3_x64.msi install and building from the gui versus msbuild command line.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert O'Brien
Sent: Wednesday, July 16, 2008 10:30 AM
To: 'wix-users@lists.sourceforge.net'
Subject: Re: [WiX-users] after updating to the current wix 3.0.4311.0 drop I'm 
now getting compiler error CNDL0103: The system cannot find the file 'Files' 
with type 'Source'

I tested building from the command line, e.g. msbuild WixProject1.wixproj, and 
this succeeds.

I've repro'd the issue I'm seeing below when trying to build from the vs08 ide 
after a single wix extension reference has been added on both a w08 x64 and a 
vista sp1 x64 dev workstation.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert O'Brien
Sent: Wednesday, July 16, 2008 9:10 AM
To: 'wix-users@lists.sourceforge.net'
Subject: [WiX-users] after updating to the current wix 3.0.4311.0 drop I'm now 
getting compiler error CNDL0103: The system cannot find the file 'Files' with 
type 'Source'

After updating to the current wix 3.0.4311.0 drop I'm now getting compiler 
error CNDL0103: The system cannot find the file 'Files' with type 'Source'

To repro on my w08 x64 dev wks I use vs08 | file | new | project | wix | wix 
project | f6 (build) at which point everything is fine.

I then use <wixProject1> | references | add references | and add any wix 
extension reference, e.g. WixUtilExtension.dll | f6 (build) at which point I 
get the following compiler error.

I'm running w08 x64 rtm with vs08 rtm.

Any thoughts on why I'd be running into this issue and/or suggest workarounds 
to get things compiling?

------ Build started: Project: WixProject1, Configuration: Debug x86 ------
              C:\Program Files (x86)\Windows Installer XML v3\bin\candle.exe 
-dDebug -d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio 
9.0\Common7\IDE\\" -dSolutionDir=d:\temp\WixProject1\ -dSolutionExt=.sln 
-dSolutionFileName=WixProject1.sln -dSolutionName=WixProject1 
-dSolutionPath=d:\temp\WixProject1\WixProject1.sln -dConfiguration=Debug 
-dOutDir=bin\Debug\ -dPlatform=x86 -dProjectDir=d:\temp\WixProject1\ 
-dProjectExt=.wixproj -dProjectFileName=WixProject1.wixproj 
-dProjectName=WixProject1 -dProjectPath=d:\temp\WixProject1\WixProject1.wixproj 
-dTargetDir=d:\temp\WixProject1\bin\Debug\ -dTargetExt=.msi 
-dTargetFileName=WixProject1.msi -dTargetName=WixProject1 
-dTargetPath=d:\temp\WixProject1\bin\Debug\WixProject1.msi -out 
obj\Debug\Product.wixobj -arch x86 -ext "C:\Program Files (x86)\Windows 
Installer XML v3\bin\WixUtilExtension.dll" Product.wxs
candle.exe(0,0): error CNDL0103: The system cannot find the file 'Files' with 
type 'Source'.
Done building project "WixProject1.wixproj" -- FAILED.

Build FAILED.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
-------------------------------------------------------------------------
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


-------------------------------------------------------------------------
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


-------------------------------------------------------------------------
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