Is it possible to develop an XBAP application with Visual Studio 2019? - wpf

Is it possible to develop an XBAP application with Visual Studio 2019 ? The project template is not shown when creating a new project.

if you mean wpf for the web i think it's limited to visual studio 2010

Yes you can , The project template named WPF Browser App
Visual studio 2019 version:

Related

Not able to find Windows Presentation Foundation in Visual Studio 2022

I wanted to create WPF project using visual studio 2022. I am not able to find the project template. What package should I use?
Installing .NET desktop development worked for me.

WPF Application - Xamarin Visual Studio

I am trying to create a desktop application for windows using Xamarin Visual Studio but i cannot find WPF application. I saw in other S.O questions that Visual Studio does support.
Do i have to install any plugin?
Open the Visual Studio 2017 installer and select modify. Make sure the windows workflow is selected and press continue. This will add support for WPF and windows forms apps
WPF is not supported in Visual Studio for Mac
WPF is not cross-platform, it is Windows desktop only. And there is no "plugin" that changes this.
So if you want to create a WPF desktop application you should use Visual Studio on Windows and nothing else.

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.

Ria Service(Silverlight 4 Tools) in Visual Studio 2012?

Having Visual Studio 2010 SP1, where everything is fine, I can create Silverlight Unit Test Project, RIA Services Class Library, etc
I installed Visual Studio 2012, then I'm creating a RIA Services Class Library when I noticed that don't exist 'Domain Service Class', neither Silverlight Unit Test.
What I need to develop RIA Services with Visual Studio 2012?
The Tools for Silverlight 5 get installed with Visual Studio 2012. May be you need to reinstalled the Tools for Silverlight 4 again.
You can check if your installation of Visual Studio 2012 supports Silverlight 4 by creating a new Silverlight Application project. In the dialog that pops up you can select (ComboBox) the Silverlight Version you want to use in your project.
See also this post for further reference.

Resources