how to add "Web App Lib Proj"

  • Thread starter Thread starter Brock
  • Start date Start date
B

Brock

I'm doing a project from a QUE book by Gunderloy (70-305 MS test) for
what it's worth it's on pp. 531.... There are directions to "Right-
click the solution in Solution Explorer. Select Add, Add New Project.
Add a new Visual Basic ASP.NET Web Application Library Project named
RandomTimerTest" ... the problem is "Visual Basic ASP.NET Web
Application Library Project" is not listed as a valid teplate in the
wizard... any ideas? Thanks!!! Brock
 
Brock said:
I'm doing a project from a QUE book by Gunderloy (70-305 MS test) for
what it's worth it's on pp. 531.... There are directions to "Right-
click the solution in Solution Explorer. Select Add, Add New Project.
Add a new Visual Basic ASP.NET Web Application Library Project named
RandomTimerTest" ... the problem is "Visual Basic ASP.NET Web
Application Library Project" is not listed as a valid teplate in the
wizard... any ideas? Thanks!!! Brock


What version of Visual Studio are you running? If you're running 2005, then
you need to upgrade to 2005 SP1. That will give you the "ASP.NET Web
Application" template. There is no "Library" project type.
 
This may be the problem: I'm using MS-Visual Web Developer 2008
Express Edition V.9.0.21022.8
 
Installed templates: Web Form, BrowserFile.browser, Handler.ashx,
JScript.js, Text file, XMLFile.xml, MasterPage.master, Class,
Global.asax, Resource.resx, web config, XSLTFile.xslt,
WebUserControl.ascx, dataSet, Html, Web.sitemap, StyleSheet.css, web
service
 
Brock said:
Installed templates: Web Form, BrowserFile.browser, Handler.ashx,
JScript.js, Text file, XMLFile.xml, MasterPage.master, Class,
Global.asax, Resource.resx, web config, XSLTFile.xslt,
WebUserControl.ascx, dataSet, Html, Web.sitemap, StyleSheet.css, web
service

I hope that's what you see when you use Project->Add New Item. I want to
know which project types you see when you use the File->New->Project
command.
 
Back
Top