Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 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
 
Old November 14th, 2006, 08:13 PM
Registered User
 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Newb question

When I get errors using the code, they never tell me what file they are in with Visual Studio 2005 Pro. In the Output window I get errors like:

"(0,0): error CS0120: An object reference is required for the nonstatic field, method, or property" followed by the name of a function being called. I don't understand this, any other app I've worked on the (0,0) portion of that error is a filename and line/char location in it. It only does this when I use this code. Does this have something to do with some setting I'm missing somewhere?

Any help would be greatly appreciated.

 
Old November 15th, 2006, 10:19 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This book is definitely not for newbies. .NET is pretty advanced and it's hard to jump directly into a mid-complxity website as your first project.

This error usually results from the lack of a "using", or the lack of an assembly reference.

Wrox has some great intro books on C# and ASP.NET 2.0 that would help you a lot at this time.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Another newb syntax question mean34dean Access VBA 4 April 4th, 2008 07:45 AM
I'm a newb.... I think I'm doing something wrong.. aaronmuslim XSLT 10 March 18th, 2008 01:02 PM
NEWB HERE Romaunt V. C# 8 August 16th, 2007 11:52 AM
XSLT Newb. TimJR88 XSLT 1 November 21st, 2005 03:14 PM
Need Help (Newb at HTML) Therum HTML Code Clinic 1 January 31st, 2005 07:35 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.