473,427 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,427 software developers and data experts.

how to add "Web App Lib Proj"

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
Oct 7 '08 #1
6 1192
Web Applications are created by

File >New >Project >{language folder} >>Web Application

You do it here instead of

File >New >Website

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
"Brock" <wa********@yahoo.comwrote in message
news:17**********************************@l42g2000 hsc.googlegroups.com...
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
Oct 7 '08 #2
"Brock" <wa********@yahoo.comwrote in message
news:17**********************************@l42g2000 hsc.googlegroups.com...
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.
--
John Saunders | MVP - Connected System Developer

Oct 7 '08 #3
This may be the problem: I'm using MS-Visual Web Developer 2008
Express Edition V.9.0.21022.8

On Oct 7, 2:46*pm, "John Saunders" <n...@dont.do.that.comwrote:
"Brock" <wade.br...@yahoo.comwrote in message

news:17**********************************@l42g2000 hsc.googlegroups.com...
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.
--
John Saunders | MVP - Connected System Developer
Oct 9 '08 #4
"Brock" <wa********@yahoo.comwrote in message
news:2e**********************************@q26g2000 prq.googlegroups.com...
This may be the problem: I'm using MS-Visual Web Developer 2008
Express Edition V.9.0.21022.8
What do you see in File->New Project?
--
John Saunders | MVP - Connected System Developer

Oct 9 '08 #5
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
On Oct 9, 9:18*am, "John Saunders" <n...@dont.do.that.comwrote:
"Brock" <wade.br...@yahoo.comwrote in message

news:2e**********************************@q26g2000 prq.googlegroups.com...
This may be the problem: I'm using MS-Visual Web Developer 2008
Express Edition V.9.0.21022.8

What do you see in File->New Project?
--
John Saunders | MVP - Connected System Developer
Oct 9 '08 #6
"Brock" <wa********@yahoo.comwrote in message
news:d4**********************************@79g2000h sk.googlegroups.com...
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.
--
John Saunders | MVP - Connected System Developer

Oct 9 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Doug Laidlaw | last post by:
I tried to grab an image from a Web page the other day. It turned out that the page was made up of three horizontal bands, and part of the image was in each. One band was a JPEG, another was a...
6
by: Jason Huang | last post by:
Hi, In VB, we have windows control item "MainMenu", do we have this item in the ASP.Net C# web form? Or how could we make it? By the way, how about the ASP.Net 2005? Thanks for help. Jason
7
by: Brad | last post by:
When debugging my current web project, in VS2003, I found I had lost the ability to drill down on watch objects in the Watch Window; I could only view the single value specific watch objects. ...
1
by: Dgates | last post by:
This request might belong in a "SQL"-related newsgroup, but it's such a pain using Agent to subscribe to a new group (and download its 50,000 messages!) just to ask one question. So, since it...
2
by: Brent White | last post by:
I have IIS 6 on a Windows 2003 box running with FP 2002 Extensions, which are enabled. I am trying to open an existing website called CrystalASP, which has ASP files in it, but I'm trying to use...
3
by: TCB | last post by:
Hi, There are a couple of things that are bothering me, any help on these is greatly appreciated. This is using ASP.NET 2.0 1. I am sending email in my web app, using a simple form here is the...
13
by: Kobee | last post by:
Hi, I'm having a few issues adapting to new 2.0 "website" project vs. the old 1.1 "web application". One of the major issues I'm having is with the notion of namespaces. Using the old way, I...
4
by: soren625 | last post by:
What I am trying to do is grab a little snippet of data from a remote page based on user input in a form. Take a look at this page: http://www.qrz.com/kb2gsd What I want to do is: when a user...
3
by: Ty Oft | last post by:
Hello Bytes! Maybe my question seems a bit silly (as one could simply answer it "Well, what are you more passionate about?" or stuff like that - please don't answer like this), but I am in a bit...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.