No WPF/Silverlight in VS2012? - wpf

I have installed VS2012 on a windows 8 machine and surprisingly doesn't show any WPF or Silverlight option when I create a project.
Am I missing something here?! In fact, it is not the way it used to be in VS2010. I only can see it as template under Visual C# which again it is under Online.
Why is that?

You need to install "Visual Studio Express for Windows Desktop"....it's a different edition which has restored the WPF capability.
http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-desktop
http://blogs.msdn.com/b/visualstudio/archive/2012/09/12/visual-studio-express-2012-for-windows-desktop-is-here.aspx
To help decide if it's got all the capabilities you need:
Limitations of Visual Studio 2012 Express Desktop

Related

Visual Studio Express 2013 and Silverlight RIA Services development

I have a project made with Silverlight 5 and RIA Services. It works ok on Visual Studio Professional (2010/2012/2013) and the RIA client code generation is running perfect.
I am trying to use Visual Studio 2013 Express (for Web) to build my project, but the RIA client code generation doest't work and doesn't shows any error message to show me what happened... I checked if the my in the csproj would have a problem, but it is configured properly.
Somebody knows if there is some workaround get this working?
Or, if the Express Visual Studio versions' are incompatible with this feature?
Tks
I would use the Visual Studio Community Edition. It is more like the Professional Edition and allows for different project types in the same solution. It may fix your issue.
Visual Studio Community

cannot open project file in blend in visual studios 2012

Hello I've been switching between blend and visual studio for designing and coding and I heard that you can right click an XML file and click open in blend I've looked on the context menu and it isn't there. Any help is appreciated.
The Blend in Visual Studio 2012 is for Windows Phone and Windows Store apps only,
http://www.microsoft.com/expression/eng/
Blend will continue to ship as a standalone tool with Visual Studio
2012, as part of a consolidated designer/developer offering. Blend for
Visual Studio 2012 provides a rich design-centric environment for
building Windows Store apps and Windows Phone apps. In addition,
Visual Studio 2012 Update 2 and later adds support for Silverlight and
WPF editing, as well as SketchFlow.
You will have to install Update 2 as suggested by Microsoft.

How to add WPF to Visual Studio 2012?

I have downloaded and installed Visual Studio Express 2012 for Windows Phone. Is there a way to be able to code WPF apps for Windows too? Can I upgrade Visual Studio, because at the moment I can only create windows phone apps. Haven't found anything on the web.
Thanks in advance!
You need to get Visual Studio Express for Windows Desktop (or a paid SKU) to develop WPF applications.
http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-desktop
This version is for Desktop apps.
Did you install "Express for Windows Phone"? Perhaps try "Express for Windows Desktop"?
http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-desktop
(must admit I've not tried express in a while, but it looks like they are different installers. I've always found Visual Studio works well side-by-side with different versions these days, so I imagine you can install both.)

Silverlight Toolkit not available after the installation of Visual Studio 2010 Ultimate

I have installed Visual Studio 2010 Ultimate, I customized my installation(I stripped-down C++,J# because I didn't need it)..After the installation the SilverLight did not appear in the installed templates. Do I have to install SilverLight tools separately? Doesn't the VS 2010 Ultimate come bundled with silverlight tools?
I think you missed some option during customize installation, its come with Visual Studio 2010.
You can install separately silverlight tools also.
Probably you've missed something, I don't remember excluding silverlight toolkit during the installation. But my customized installation was successful.
Did you installed service pack 1 update for visual studio? If you didn't I would recommend you to check for Windows Updates.
In any case you can download the tools you need or for silverlight a clean install from here (silverlight get started) but the tools you need are the Silverlight 5 RC Tools for Visual Studio 2010 SP1

How to work with silverlight 3.0 with visual studio 2008?

How to work with silverlight 3.0 with visual studio 2008?
Which version or service packs of visual studio should be installed to work with silverlight?
I installed silverlight toolkit july 2009 release but controls are not visible in visual studio 2008 RTM i.e. installed in my PC?
Scott Guthrie has a good rundown of what you need here: http://weblogs.asp.net/scottgu/archive/2009/07/10/silverlight-3-released.aspx
In short, the only thing you really need is the Microsoft Silverlight 3 Tools for Visual Studio 2008 but you might also get benefit from the Silverlight Toolkit which contains a bunch of additional controls. In terms of Visualo Studio, make sure you have SP1 installed first.

Resources