Hi,
I've just added a webjobs project to a solution, (via right-clicking on the web application, selecting 'add' and new webjob).
NCrunch is now failing to build the web project quoting:
Code:
..\packages\Microsoft.Web.WebJobs.Publish.1.0.2\tools\webjobs.wap.targets (52): The "ReadWebJobsConfigFile" task could not be loaded from the assembly C:\Users\Chris\AppData\Local\NCrunch\15708\29\packages\Microsoft.Web.WebJobs.Publish.1.0.2\tools\Microsoft.Web.WebJobs.Publish.Tasks.dll. Could not load file or assembly 'Microsoft.WindowsAzure.Management.Scheduler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
If I look in the 'packages\Microsoft.Web.WebJobs.Publish.1.0.2\tools\' I can see the .Tasks.dll and Microsoft.WindowsAzure.Management.Scheduler.dll, the solution itself builds fine, I've tried adding the tools folder as 'Additional files to include' in the configuration, but no joy.
Anything else I should try?
Cheers
Chris