Visual Studio 2012--anybody switch to it?

  • Thread starter Thread starter RayLopez99
  • Start date Start date
On 9/25/2012 2:13 PM, RayLopez99 wrote:





Web edition supports:



ASP.NET web forms

ASP.NET MVC

WCF

SL

library



Desktop edition supports:



console app

win forms app

WPF app

library

Win32 console app

Thanks! Since I work with both WCF, SL, WPF, I'll have to install both editions. Does this mean I'll have to fire up two instances of Visual Studio Express when I am working with a WCF project that depends on a WCF service?I guess so? Or will SL and WCF exist side by side in the same project inExpress?

RL
 
Thanks! Since I work with both WCF, SL, WPF, I'll have to install
both editions. Does this mean I'll have to fire up two instances of
Visual Studio Express when I am working with a WCF project that
depends on a WCF service? I guess so? Or will SL and WCF exist side
by side in the same project in Express?

You should be able to have a solution with a SL project and a WCF
project in Web edition. Or so I think. I have not tried it, but I can
not see why not.

WPF would have to be in desktop edition.

Arne
 
Back
Top