WCF RIA's (Silverlight Business Application Template) for Visual Studio 2013 missing - c#

I have a fresh install of Visual Studio 2013 (Ultimate) and I have downloaded and installed WCF RIA Services Toolkit from Microsoft
However when I create a new project under Visual C# -> Silverlight I don't find the Silverlight Business Application template in it.
On Google and on Stackoverflow I only see that the problem was earlier on the Visual Studio 2010 which required required SP1 and you were required to select the .Net Framework 4+.
What is the problem? Is there anything else missing?
Thanks

That template was removed in VS2013
http://msdn.microsoft.com/en-us/library/jj161050.aspx
You can instead just use the basic Silverlight application template and add DomainServices manually as appropriate (the DomainServices wizard has also been removed).

Related

Microsoft bot application template is not visible in Visual studio 2017. How to add bot application template?

Microsoft bot application template is not visible in Visual studio 2017. How to add bot application template in Visual studio. Is this possible to add template with Visual studio installer or i need to add with Add-ons.
karna, you can get a VSIX installer from here
If you are looking for BotFramework V3 Project Template it is no longer available on visual studio marketplace.
However, you can download from my github repo instead:
It comes with a custom state storage. It's Entity Framework based.
Download Link: https://github.com/rcarubbi/EchoBotV3LocalDBTemplate/releases/download/1.0/Bot.Builder.Echo.Bot.V3.with.LocalDB.State.zip
Source Code: https://github.com/rcarubbi/EchoBotV3LocalDBTemplate

Class Library and Console Application project templates not available on Visual Studio 2015 Express

We're growing the team but won't buy more Visual Studio Ultimate licences, so some people will have to work in VS Express edition.
We're testing it, but our projects aren't working on Express. We have projects of type Class Library - compiles into dll - and Console Application. In VS Express, when I try to create new solution/project, all I have is asp.net web application. I believe the installation I did doesn't have support for these templates, and therefore is unable to load those projects.
Is there a way to fix it? Maybe use another Express setup or install those templates separately?
Visual Studio Community will be work for you. You can download it from here: https://www.visualstudio.com/vs/community/
I installed Visual Studio 2015 Express for Desktop and those project templates became available.

MVC5 Web Application

I wanted to create MVC5 web application but I am unable to find the option. Should I have to install something? I am using visual studio 2013 professional version. I followed this How to add MVC5 to Visual Studio 2013? But I could not find the option mentioned in that stackoverflow link.
File->New project-> web-> Asp.net web application not found instead I have only the list of templates shown in the image.
Look in here, instead of the Visual Studio 2012 element
You should then see something like this

Download Visual Studio 2010 express No Master page

I have just downloaded visual studio's 2010 but there is no template to a master page or anything to then use with it.
I will be using C# programming eventually, with asp.net
This is what i get when i select create new project.
i want to use .net framework 3.5. please help, what else needs to be downloaded.
For web development, you should download Visual Studio Express for Web.
The C# express version does not include web templates.
You need Visual Studio Express for Web not for Dekstop
And you should use the new 2012 version.
Here is the link
Visual C# 2010 Express only support following default projects templates:
Windows Forms Application
WPF Application
Console Application
Class Library
WPF Browser Application
Empty Project
To use ASP.NET Web Applications you need this:
http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-web

WP7 XNA+Silverlight Templates missing

I got an issue with Visual Studio, Silverlight 5 Beta SDK and XNA.
I did a fresh install of all Visual Studio components I need to create the application I have in mind:
Visual C# 2010 Express
XNA Game Studio 4.0
Visual Web Developer 2010 Express
Visual Studio 2010 Express for Windows Phone
Visual Studio 2010 SP1
Silverlight 5 Beta Tools
However, when I start VS 2010 Express for Windows Phone and go to create a new project these are the templates I have:
Missing Templates
But there are a few templates missing.
How can I make appear the following templates:
Full list of templates
So what am I missing in this? I believe I installed everything and still nothing appears.
Is it because I'm using the express edition of visual studio? it doesn't make much sense though.
You installed that SDK correctly (uninstalled a previous installed SDK version correctly too)?
You could try and reset your vs2010 settings. This sometimes helps to restore missing project templates. You can do so like this:
Go to Tools / Import Export Settings
Choose to "Reset all Settings"
Restart Visual Studio
No guarantees but that helped me once before, so it is probably worth a try.
Just for others to know, you must have Visual Studio 2010 service pack 1(download link) before that.

Categories

Resources