If I drag and drop a file (for example an image from my desktop) to a folder in my solution, I get an error dialog with "unknown error".

It's verry annoying because now I need to manually add the files, and that's very time consuming.

I've tried vs.php 2.7 but in that version it's not fixed.

When will there be support for drag and drop in the solution explorer?

juanc says:

That's not going to make it in 2.7, sorry.

What I do, which works nicely for me, is going to the folder where I want to add the file. Right click and select add existing file. Then go to the folder where the file is and select it. VS.Php will copy the file and add it to the project.

I'm not sure if that would be a reasoable way of doing it in the meantime but for me, seems ok.

Thanks,

Juan