2

I used the Class Library project rather frequently whilst using VS 2013. I am now on VS 2015 (yep, slow to migrate) and I don't see a Class Library project available. Has its moniker changed? Is there an equivalent project type?

Can I just add a class instead now?

PiotrWolkowski
  • 8,408
  • 6
  • 48
  • 68
dinotom
  • 4,990
  • 16
  • 71
  • 139
  • I have visual c# selected from add new project. Under web there are only asp.net applications. I see a dot net core class library but I don't want that, I want the prior class library type. – dinotom Aug 10 '16 at 01:49

1 Answers1

2

Quite a few options here:

1) Use class library project from Windows subsection:

enter image description here

2) Search for a template online. There is a link that reads: Click here to go online and find templates (at the bottom of the dialog shown in the printscreen).

There you can search for a class library in the Web section:

enter image description here

3) Modify VS installation and check Microsoft Web Developer Tool. More details here.

4) Try reinstalling ASP.NET templates.

Community
  • 1
  • 1
PiotrWolkowski
  • 8,408
  • 6
  • 48
  • 68