Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
DotNet
acad.assignment.mngr
academic
adonet
aspnet
aspnet.announcements
aspnet.build.controls
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
clr
compactframework
component_services
datatools
distributed_apps
drawing
faqs
framework
framework.wmi
general
internationalization
interop
languages.csharp
languages.jscript
languages.vb
languages.vb.controls
languages.vb.data
languages.vb.upgrade
languages.vc
languages.vc.libraries
myservices
odbcnet
performance
remoting
scripting
sdk
security
setup
vjsharp
vsa
webservi.enhancements
webservices
windowsforms
windowsforms.controls
winforms.databinding
winforms.designtime
xml
  
 
date: Tue, 7 Oct 2008 08:51:21 -0700 (PDT),    group: microsoft.public.dotnet.framework.aspnet        back       


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
date: Tue, 7 Oct 2008 08:51:21 -0700 (PDT)   author:   Brock

Re: how to add "Web App Lib Proj"   
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"  wrote in message 
news:170a20da-0f9d-4605-bf77-d0654a32bb8d@l42g2000hsc.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
date: Tue, 7 Oct 2008 13:06:36 -0500   author:   Cowboy \(Gregory A. Beamer\) oSpamM

Re: how to add "Web App Lib Proj"   
"Brock"  wrote in message 
news:170a20da-0f9d-4605-bf77-d0654a32bb8d@l42g2000hsc.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
date: Tue, 7 Oct 2008 14:46:56 -0400   author:   John Saunders

Re: how to add "Web App Lib Proj"   
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"  wrote:
> "Brock"  wrote in message
>
> news:170a20da-0f9d-4605-bf77-d0654a32bb8d@l42g2000hsc.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
date: Thu, 9 Oct 2008 05:38:47 -0700 (PDT)   author:   Brock

Re: how to add "Web App Lib Proj"   
"Brock"  wrote in message 
news:2e7dc224-cd0d-4887-9318-462d749ebf17@q26g2000prq.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
date: Thu, 9 Oct 2008 09:18:36 -0400   author:   John Saunders

Re: how to add "Web App Lib Proj"   
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"  wrote:
> "Brock"  wrote in message
>
> news:2e7dc224-cd0d-4887-9318-462d749ebf17@q26g2000prq.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
date: Thu, 9 Oct 2008 11:59:08 -0700 (PDT)   author:   Brock

Re: how to add "Web App Lib Proj"   
"Brock"  wrote in message 
news:d4e6ad93-7397-4aac-9919-0fb26985f7bf@79g2000hsk.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
date: Thu, 9 Oct 2008 16:05:02 -0400   author:   John Saunders

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us