Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No project for "F# Application" in VS Express 2012 for Web

Tags:

f#

I installed the F# Tools for Visual Studio Express 2012 for Web. When I select New Project I expected to see F# Application in the list of Visual F# templates but all I see is F# Library and F# Tutorial.

I say I expected it because I see it referenced in the book Programming F# 3.0 by Chris Smith.

Any suggestions for getting the F# Application template in the list?

like image 248
dharmatech Avatar asked Feb 09 '13 21:02

dharmatech


People also ask

Can I use MS Project for free?

Contrary to most of the project management tools in the market which offer free plans to users, Microsoft Project does not have any free features for its users. All the plans are paid and begin from $7 per user/month.

What is Microsoft Project used for?

Microsoft Project and Microsoft Teams, the power of two Use Project and Teams to empower collaboration and management of projects, including file sharing, chats, meetings, and more.

Is Microsoft Project included in Microsoft 365?

Microsoft 365 for business subscriptions include Project for Office (Plan E1), Project for Office (Plan E3) or Project for Office (Plan E5).

What is Project online?

Project Online is a flexible online solution for Project Portfolio Management (PPM) and everyday work. Project Online provides powerful project management capabilities for planning, prioritizing, and managing projects and project portfolio investments—from almost anywhere on almost any device.


1 Answers

There is no F# Application template in the VS Express 2012 Web edition but you should be able to create one easily by adding an F# library project and then going to the project properties and specifying the output type as Console Application in the Application tab.

The following short video from Jon Harrop shows how to create a Windows application: WPF desktop GUI app development in F# with VS Express 2012 for Web

The process is the same for a console application.

like image 71
Phillip Trelford Avatar answered Sep 25 '22 19:09

Phillip Trelford