i think i may have loved this myself. I believe it came down to 2 things:
I am using IIS Express and i was running my dev box by selecting 'Start without debugging' and using Firefox. This meant that even tho i was closing the browser after checking whatever i needed to check, there was still an instance of the application running in IIS Express.
I had the App_Data/RavenDatabases included in my project so that when i published, this directory was also published.
I believe, the ravenDB file was being locked by my instance of IISExpress, therefor, it couldn't initialise on my production server.
RavenDB Error: Temp path already being used
Hi guys, i'm getting the following error. Does anyone know how i can fix this?
thanks in advance
Hi,
i think i may have loved this myself. I believe it came down to 2 things:
I am using IIS Express and i was running my dev box by selecting 'Start without debugging' and using Firefox. This meant that even tho i was closing the browser after checking whatever i needed to check, there was still an instance of the application running in IIS Express.
I had the App_Data/RavenDatabases included in my project so that when i published, this directory was also published.
I believe, the ravenDB file was being locked by my instance of IISExpress, therefor, it couldn't initialise on my production server.
Just thought i'd share.
Have a great weekend.
Thanks for sharing your findings!
Kind regards,
Jesper
is working on a reply...