|
hi,
i'm getting a problem with the wix installer project where it creates a file "TechControl.SoftwareFactoryTemplatesContent.wxs.bak" when i build the solution, once this is created any subsequent builds fail with:
System.UnauthorizedAccessException: Access to the path 'TechControl.SoftwareFactoryTemplatesContent.wxs.bak' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at Clarius.MetaFactory.Tasks.Tasks.Tallow.a() at Clarius.MetaFactory.Tasks.Tasks.Tallow.Execute() at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode howToExecuteTask, Hashtable projectItemsAvailableToTask, BuildPropertyGroup projectPropertiesAvailableToTask, Boolean& taskClassWasFound) C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory.Setup.csproj 73 5 TechControl.SoftwareFactory.Setup Error 2 The "Tallow" task failed unexpectedly.
if i delete the file the next build completes ok, but i also noticed:
"C:\Program Files\Clarius Consulting\Software Factories Toolkit\1.0\Tools\tallow.exe" -d "..\TechControlSoftwareFactory\bin\Debug\Recipes" -d "..\TechControlSoftwareFactory\bin\Debug\Templates" > "TechControl.SoftwareFactoryTemplatesContent.wxs" Access is denied.
any ideas???
|