Hi there ive got an issue running the azure developement fabric, I have converted an existing asp.net mvc webapp to use azure cloud services, this works when I debug from visual studio and also when deploying to the cloud. However if I try to startup the developement fabric from commandline using csRun command, I start getting all sorts of issues the windows azure web host stops working with "could not load file or assembly" messages , the error points to a config error in a web.config file which seems to be generated when trying to run the developement fabric
Line 51:
C:\Users\Administrator\AppData\Local\dftmp\s0\deployment(40)\res\deployment(40).MyProjectCloudService.MyProject.Web.0\temp\temp\web.config
The dll that is causing the issue is SqlLite.dll which is only used in my test projects , Im not not sure why the csRun command would moan about assemblies that are not referenced in the web role project, Ive tried temporarily removing the test projects but problem is still there