I got a Windows Phone 7 application project from a friend. Now I downloaded the SdK 7.1 from here. Everything installed fine and it includes Expression Blend 4 as well as VS 2010 Express for Windows Phone.
Now the problem is that when I Run this project, I keep getting this error:
Unable to copy file "obj\Debug\MyProject.dll" to "\Bin\Debug\MyProject.dll". The process cannot access the file '\Bin\Debug\MyProject.dll" because it is being used by another process.
To make it run I have to close the Expression Blend and delete Bin and obj folders and then it will happily run.
I looked around the web but couldn't find any soultion that resolves this issue. My friend who has written this application has no issue on his machine. (And same issue is with Visual Studio 2010 Express for Windows Phone. I take this VS thing back, looks like it is working today with VS2010.)
I uninstalled everything and re-installed two times but no luck. Any ideas anyone??