views:

41

answers:

1

There is a debate going in our department to virtualize Visual Studio into App-V, Microsofts Application Virtualization. In the back of my mind, I think doing this will cause problems when trying to debug or run other tasks in Visual Studio but I can't put my finger on any one thing to support my argument.

Has anyone had any experience with Visual Studio 2010 running inside App-V?

I am open to the idea if there are no issues but I am afraid that if this is put in place, we will have issues.

What do you think?

+1  A: 

Based on the description of App-V here I'd be shocked if the performance was good enough for Visual Studio to be usable. VS is a very processor and IO intensive application. Virtualizing its entire operation over the wire is likely drag performance down to unacceptable levels.

I have seen VS perform acceptably on local VMs running VirtualBox, that might be another option for you if platform standardization is your goal.

Dave Swersky