Question

I am using VS 2010, trying to debug (F5) a solution that is saved in a shared Dropbox folder, but I get the following error:

Could not load file or assembly 'Microsoft.WindowsAzure.Diagnostics' or one of its dependencies. Access is denied.

If it's worth noting - my partner is the one who created the solution.

Was it helpful?

Solution

This is an annoying bug in VS when working in a shared folder (when you didn't create the solution yourself). Try to clean the project. This might do the trick.

OTHER TIPS

Do you have installed Azure Visual Studio Tools? http://www.windowsazure.com/en-us/develop/downloads/

The dll for the azure sdk is probably not located in the dropbox folder. It is usually installed on the local drive.

You can either install your own, as long as the path is exactly the same (not recommended in case you guys decided to upgrade, then you would both need to remember to), or copy the dll into the dropbox folder and re-add it in the solution, so that you both are pointing at the same one.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top