I am using the sample from here
and trying to deploy to Azure
I get the error below
Has anyone got any idea how to fix this?
The code they suggest in the message does not compile (LogManager.use is not valid)
Detected running in a website and attempted to use HostingEnvironment.MapPath("~/App_Data/") to derive the logging path. Failed since path returned (D:\home\site\wwwroot\App_Data) does not exist. Ensure this directory is created and restart the endpoint.. To avoid using HostingEnvironment.MapPath to derive the logging directory you can instead configure it to a specific path using LogManager.Use().Directory("pathToLoggingDirectory")
To be honest, this is probably more complicated than I need but I am really struggling with NServiceBus and Azure at the moment. I just want to get a simple example where I have any application that uses NService bus working in the cloud!
Any other examples would be gratefully received as this is now doing my head in lol
Am getting dead ends everywhere
Paul