When debugging a smart device project visual studio deploys the DLLs that are referenced by the project to the application path. For example system.windows.forms.dll, system.draweing.dll.
This happens even when the latest versions of the DLLs are present in the GAC and/or the application path. This is slowing down debugging as deploying these DLLs takes 3-4 minutes every time.
Is there any way to stop this happening