 |
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
 | This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

July 22nd, 2010, 08:25 AM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Missing template
Hi,
I have just started to study the book and I'm already stuck in the beggining
In chapter 2 I'm supposed to add a "master template" file to the site I have just created.
The template "master page" does not apear in the list I'm givven, I looked for answers on the web but I cannot find how to add templates to the VWD.
I have already uninstalled the VWD and installed it again
hoe can I add templates to the program?
Thanks
|
|

July 22nd, 2010, 09:03 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
Sounds like you created a new Web Applicaton (File | New Project) instead of a new Web SIte (File | New Web Site).
The two types are not compatible, and the book assumes you're using a Web Site, not a Web Application.
Hope this helps,
Imar
|
|

July 22nd, 2010, 09:41 AM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi,
I defelently did (File | New Web Site ) and NOT project, even tried a few times again.
In "add new item" menu I get only the following templates:
ADO.NET Data Dervice
SQL Server Database
AJAX-enabled WCF Service
Text File
Dynamic Data Field
XML File
And nothing more...
In the book it looks like there should be a lot more templates
Thanks
|
|

July 22nd, 2010, 09:44 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
There should definitely be more items.
Which item in the Solution Explorer did you right-click to bring up the Add New Item dialog? It looks like you right-clicked App_Data instead of the root of the site.
Imar
|
|

July 22nd, 2010, 10:43 AM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
man, I'm so stupid....
this was the problem... I was sure I tried all the right clicks....
thanks for your help sorry for your touble
|
|

July 22nd, 2010, 10:46 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
No problem.... ;-)
Imar
|
|
 |