p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio
This is the forum to discuss the Wrox book ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solution by Vincent Varallo; ISBN: 9780470396865

Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old July 22nd, 2009, 05:48 AM
Authorized User
Points: 192, Level: 3
Points: 192, Level: 3 Points: 192, Level: 3 Points: 192, Level: 3
Activity: 2%
Activity: 2% Activity: 2% Activity: 2%
 
Join Date: Feb 2005
Location: Honoulu, HI, USA.
Posts: 44
Thanks: 2
Thanked 0 Times in 0 Posts
Default Problem with Chap04 StringHelpers

Hi all,

I am having a problem with Chapter 4. I typed in the code exactly as the book says but in my BasePage class I get an error that StringHelpers does not exist in the current context. I added the StringHelpers class and saved but still no joy. Am I missing a reference and if so how do I reference that class properly? I get a feeling that is the problem but I don't know how to fix it.

Thanks
Chris
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old October 19th, 2009, 02:45 PM
Registered User
Points: 11, Level: 1
Points: 11, Level: 1 Points: 11, Level: 1 Points: 11, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Me too!

Join the club! Nobody's even looking at this? I found problems with the books code early on in chapter 2 and its was an on-going thing. It was a shame, I think this could have been a winnder if it were'nt for what seem like obvious oversights. If you resolved it, send back the solution to it bro!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old October 26th, 2009, 11:27 PM
Wrox Author
Points: 246, Level: 4
Points: 246, Level: 4 Points: 246, Level: 4 Points: 246, Level: 4
Activity: 40%
Activity: 40% Activity: 40% Activity: 40%
 
Join Date: Jan 2009
Posts: 62
Thanks: 0
Thanked 6 Times in 6 Posts
Default

Hi Chris. are both classes in the App_Code folder in your project? What version of VS are you using? Are you getting any compile errors in the StringHelpers class?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #4 (permalink)  
Old October 28th, 2009, 10:00 AM
Authorized User
Points: 192, Level: 3
Points: 192, Level: 3 Points: 192, Level: 3 Points: 192, Level: 3
Activity: 2%
Activity: 2% Activity: 2% Activity: 2%
 
Join Date: Feb 2005
Location: Honoulu, HI, USA.
Posts: 44
Thanks: 2
Thanked 0 Times in 0 Posts
Default Issue with StringHelpers

I am using VS 2008 Pro. Both files are in the App_Code folder. Any assistance would be greatly appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #5 (permalink)  
Old October 29th, 2009, 12:05 PM
Authorized User
Points: 319, Level: 6
Points: 319, Level: 6 Points: 319, Level: 6 Points: 319, Level: 6
Activity: 80%
Activity: 80% Activity: 80% Activity: 80%
 
Join Date: Mar 2009
Posts: 72
Thanks: 4
Thanked 4 Times in 4 Posts
Default

This is really a good book and framework. Remember this is the first iteration of the book and if Vince decides to expand it I know the second book and any others that follow will be even better.

To overcome the oversights I took the approach of reverse engineering as a method of learning the framework. Basically I downloaded all of the files built it, got it running and started reading the book to understand how the framework was built. From there the book has become an excellent reference source and I have built 2 working applications from the framework that Vince provided. That is just me and how I learn though.

The reason I went this path is because the end result is going to be the code that you are manually putting in now, and the framework is quite a monster, I honestly dont think you will get much from the manual entry of the code. I do think you will get more from the use of the framework and understanding how it works once you start applying it to your real world solutions. Give it a try and I can assist you where I can.

DJ
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #6 (permalink)  
Old November 10th, 2009, 08:48 PM
Wrox Author
Points: 246, Level: 4
Points: 246, Level: 4 Points: 246, Level: 4 Points: 246, Level: 4
Activity: 40%
Activity: 40% Activity: 40% Activity: 40%
 
Join Date: Jan 2009
Posts: 62
Thanks: 0
Thanked 6 Times in 6 Posts
Default

Can you post the project so I can take a look.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Begin.Php5,,Chap04, page no.158,,ex. dynamic.php sandeepgreaternoida BOOK: Professional PHP 5 ISBN: 978-0-7645-7282-1 0 May 4th, 2009 02:40 AM
StringHelpers in Chapter 8 gives a build error tdewey BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio 2 May 2nd, 2009 08:54 PM



All times are GMT -4. The time now is 11:05 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc