Reputation: 1920
From which folder does Azure emulator load the dlls for a web/worker role deployed to it? Does it use all the DLLs from the bin folder of my solution?
I am running into an issue with the emulator loading the wrong version of a dll and I am trying to debug it.
Upvotes: 2
Views: 392
Reputation: 1920
it looks like the the emulator uses the DLLs from a folder called "csx" within the solution directory. This folder gets created on deploying to azure emulator and it is subfoldered by each role.
Upvotes: 3