Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2010 Web Service project template missing?

This may be a silly question, but I can't find the web service application template when I try to create a new project.

like image 579
Andy Evans Avatar asked Jul 15 '10 19:07

Andy Evans


3 Answers

You propably want a WCF Service Project: New Project -> Visual C# (or Visual Basic) -> WCF Service Application.

like image 67
driis Avatar answered Sep 28 '22 12:09

driis


I've just struggled with this one myself.

It's still there buried in specific options.

  • New Project -> Visual C# (or VB) -> Web (important)
  • Make sure the .NET Framework Filter is set to 3.5 or lower

The project template is called ASP.Net Web Service Application

Counter intuitively it doesn't show up if you select the broader menu: New Project -> Visual C#

like image 20
Red Taz Avatar answered Sep 28 '22 12:09

Red Taz


Do a full install on ultimate; it is still there.

like image 34
Phil C Avatar answered Sep 28 '22 12:09

Phil C