how to add "Web App Lib Proj"

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
 
J

John Saunders

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.
 
B

Brock

This may be the problem: I'm using MS-Visual Web Developer 2008
Express Edition V.9.0.21022.8
 
B

Brock

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
 
J

John Saunders

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top