views:

604

answers:

4

I am having an unusual problem. I have always been able to drag files and folder from my desktop or explorer to the solution explorer in visual studio and add the files to my project. No when I attempt to drag files I simply get the "stop" symbol.

I am using Visual Studio 2008 running on Vista Home Premium 64 bit.

Any ideas?

+1  A: 

You can't do this when your project is running. Is it?

tsilb
No. The project is not running nor am I compiling.
+5  A: 

Windows will not let you drag from one window to another if only one of those windows is running as Administrator.

Are you running Visual Studio as Administrator?

Rob Paulsen
They really should display a message explaining why drag and drop is broken when you attempt it
Casebash
+1  A: 

Running both VS2008 and windows explorer as Administrator still does not allow dragging and dropping files and folders into solution explorer.

Copy and Pasting works as expected, project is not running.

Anyone else got any ideas?

Justin Wignall
I take it you never got a solution to this? I'm having the same issue
Ian S
From SuperUser: ...you can't actually elevate Windows Explorer. Despite seeing the option in the context menu of the Windows Explorer icon and a UAC prompt being displayed, the fact is Windows Explorer will not be elevated.
Guy
A: 

Please mark Rob Paulsen's answer as the right one, he was right.

I just closed Visual Studio and launched it without running as an Administrator, and I was able to drag & drop files into Visual Studio.

Thanks Rob.

silverCORE
@SilverCore: This should be a comment, not an answer
Casebash