VS2005 and mixing class library and web project types

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All--

In VS2003 I used to be able to add class library projects to my web project
solutions. This was helpful when creating reusable assemblies.

I'd like to be able to do this same sort of thing in VS2005 but I am not
seeing this as an option..."add item" does not show "class library" as an
option.

Am I overlooking something? Has this functionality been removed? What's the
recommended way to create class libraries that will be reused in multiple web
projects?

Thanks!

-Joe
 
Never mind--I found the answer: There's an "always show solution" setting
under options...projects and solutions...general that is not checked by
default. When this setting is checked, then the solution explorer seems to
behave as it did under 2003.

-Joe
 
Back
Top