 |
BOOK: ASP.NET 3.5 Website Programming Problem Design Solution
 | This is the forum to discuss the Wrox book ASP.NET 3.5 Website Programming Problem Design Solution by Chris Love; ISBN: 978-0-470-18758-6 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 3.5 Website Programming Problem Design Solution 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
|
|
|
|
|

December 20th, 2009, 10:59 PM
|
|
Authorized User
|
|
Join Date: Jul 2008
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
|
|
I think I will wait for the next stable release of the code.
Unfortunately, I just don't have time to get this working. I'm up to my eyeballs with Sharepoint right now.
Thank you very much for helping me out. With the next release, if I can : - open the solution,
- write into the config file/s the database server details, then
- hit F5 to see the site open up in a browser.
- mission accomplished. That's how it was with the last book.
Good luck on that and have a happy festive season.
|
|

January 1st, 2010, 06:52 AM
|
|
Authorized User
|
|
Join Date: Jul 2008
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Had a Crack at the VB.NET Code
I had a go at running the VB.NET solution. This is how it went...
I double clicked the sln file in the top-most directory, after extracting the zip file download.
There were three dialogs that popped up as VS started to load the solution.
First there was this:
http://i167.photobucket.com/albums/u...und/error1.png
Then this:
http://i167.photobucket.com/albums/u...und/error2.png
Then this:
http://i167.photobucket.com/albums/u...und/dialog.png
After I got through that, I removed the deploy directory (which was greyed out), then pointed the ConnectionStrings to my database. I made Default.aspx the start page and hit F5. Error:
http://i167.photobucket.com/albums/u...und/error3.png
I'm posting these pics in the spirit of helping out in bug-fixing. To re-create the errors, I recommend downloading the zip file from Codeplex and follow my steps above (on a machine other than the one you developed the app on).
Cheers.
|
|

January 1st, 2010, 08:00 AM
|
|
Authorized User
|
|
Join Date: Jul 2008
Posts: 29
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
I don't think you have Visual Studio 2008 SP 1 installed from the message in the dialogs.
__________________
http://Professionalaspnet.com
|
|

January 1st, 2010, 08:50 AM
|
|
Authorized User
|
|
Join Date: Jul 2008
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
|
|
|
|

January 1st, 2010, 11:07 AM
|
|
Authorized User
|
|
Join Date: Jul 2008
Posts: 29
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
I wonder since you said you double-clicked the solution if you may not have that mapped to VS 2k5. The solutions are all 2k8 SP1 with the DB of SQL 2k8
__________________
http://Professionalaspnet.com
|
|

January 1st, 2010, 02:18 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2007
Posts: 477
Thanks: 10
Thanked 19 Times in 18 Posts
|
|
Quote:
Originally Posted by onefootswill
Unfortunately, I just don't have time to get this working. I'm up to my eyeballs with Sharepoint right now.
|
How is your experience with Sharepoint. It seems like a glorified content management system with little more to offer than some administrative consoles and you're saddled with "MS HTML". :P Yuck.
And you are not the first person who's comments make it seem like a real bear to deal with.
__________________
-------------------------
Whatever you can do or dream you can, begin it. Boldness has genius, power and magic in it. Begin it now.
-Johann von Goethe
When Two Hearts Race... Both Win.
-Dove Chocolate Wrapper
Chroniclemaster1, Founder of www.EarthChronicle.com
A Growing History of our Planet, by our Planet, for our Planet.
|
|

January 3rd, 2010, 07:38 AM
|
|
Authorized User
|
|
Join Date: Jul 2008
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
|
|
I don't have VS 2k5 on my machine. But to be double sure, I opened VS 2008 and then opened the solution via the file menu. I still got the same error messages.
The last error message (to do with the SiteMapInfo) - they was my fault. I duffed the ConnectionString.
However, if I run the application, then click on Articles (on top menu), then Beer Related Articles, I get a 404 error. The url that it is looking for is localhost:1503/BeerHouse35/category-beer-related-articles
|
|

January 4th, 2010, 09:24 PM
|
 |
Wrox Author
|
|
Join Date: Jan 2008
Posts: 923
Thanks: 12
Thanked 166 Times in 162 Posts
|
|
Quote:
Originally Posted by onefootswill
However, if I run the application, then click on Articles (on top menu), then Beer Related Articles, I get a 404 error. The url that it is looking for is localhost:1503/BeerHouse35/category-beer-related-articles
|
Yeah, those URLs have been muffed since the early versions of the source code I saw back in 2008.
They still are in the live version of the site too:
http://beerhouse.extremewebworks.com...ategories.aspx
Don't know why they wouldn't have been fixed. This doesn't seem that hard.
|
|

January 5th, 2010, 07:49 AM
|
|
Authorized User
|
|
Join Date: Jul 2008
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Really. As soon as I can find the time, I'm going to have a good, hard look at that.
I'm over-committed already at the minute, but I should have time in the near future.
|
|
 |