Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Wrox Announcements and Feedback > All Other Wrox Books
|
All Other Wrox Books Do you have a question about a Wrox book that isn't listed anywhere on p2p.wrox.com or where the forum is locked? Here's a forum to post questions about any other Wrox book so that other readers or one of the authors can help you with your questions. IF YOU ARE LOOKING FOR CODE DO NOT ASK "Where can I find the code for this book?" That question is answered here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the All Other Wrox Books 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
  #21 (permalink)  
Old June 27th, 2003, 03:14 AM
Authorized User
 
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hal, you are wrong!!! I haven't installed AD (or any other LDAP) on my laptop!

Diana, When installing SQL server I chose mixed mode! I haven't had time yet to try windows authentication.

Here is a paste from my Web.config:
=== start paste ===
-->
    <authentication mode="Forms">
        <forms name="GadgetsWarehouseAuth" loginUrl="login.aspx" protection="All" path="/" />
    </authentication>
===
<appSettings>
   <add key="ErrorViewUrlPrefix" value="/GadgetsWarehouse/ErrorLog/" />
   <add key="ErrorLogBaseDir" value="C:\inetpub\wwwroot\GadgetsWarehouse\Errors\ " />
   <add key="DefaultDataSource" value="user id=gadgetuser; password=gadgetuser; database=GadgetsWarehouse; server=gapoce01;"/>
   <add key="OrderQueue" value=".\private$\Orders"/>
 </appSettings>
=== end paste ===
I have manually added 'gadgetuser' (pwd:'gadgetuser')in SQLServer.

Hope this helps!
  #22 (permalink)  
Old June 27th, 2003, 03:42 AM
Authorized User
 
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Diana, I just realized that we might not be working on the same book! The book I'm working on is titled 'ASP.NET E-commerce Programming Problem - Design - Solution' ISBN: 1-86100-803-1
  #23 (permalink)  
Old August 7th, 2003, 03:31 PM
Registered User
 
Join Date: Aug 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I also recently bought this book. When I try to compile the GadgetsAdmin project, I get the following errors:

C:\Inetpub\wwwroot\GadgetsAdmin\Categories.aspx.cs (13): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\Categories.aspx.cs (14): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\Categories.aspx.cs (15): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\EditProduct.aspx.c s(12): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\EditProduct.aspx.c s(13): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\EditProduct.aspx.c s(14): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\EditProduct.aspx.c s(15): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\Global.asax.cs(10) : The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\Global.asax.cs(11) : The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\ProductSkus.aspx.c s(12): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\ProductSkus.aspx.c s(13): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\ProductSkus.aspx.c s(14): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
C:\Inetpub\wwwroot\GadgetsAdmin\ProductSkus.aspx.c s(15): The type or namespace name 'GW' could not be found (are you missing a using directive or an assembly reference?)
The referenced component 'GW.CMPServices' could not be found.
The referenced component 'GW.ConfigurationServices' could not be found.
The referenced component 'GW.MonitorServices' could not be found.
The referenced component 'GW.MonitorServices.Logging' could not be found.
The referenced component 'GW.SecurityServices' could not be found.
The referenced component 'GW.Web.ProductCatalog' could not be found.

How do I resolve this?

Also, when I run the complete solution, I get an error in the browser saying 'sa' is not a trusted connection. How come?

Thanks.
  #24 (permalink)  
Old August 8th, 2003, 12:22 PM
Authorized User
 
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello Kungwen,
I can send you a screenprint (.jpg file) from my installation that might help you. What is your e-mail address?
  #25 (permalink)  
Old August 14th, 2003, 09:04 PM
Registered User
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello,

can someone post the url to where I can download the code for this book? (ASP.NET E-Commerce Programming) I've been looking for it on the site and can't find it.

Thanks!

Web Dude (5133)
  #26 (permalink)  
Old August 18th, 2003, 02:04 AM
Registered User
 
Join Date: Jul 2003
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

neuro... http://support.apress.com/

  #27 (permalink)  
Old August 18th, 2003, 02:16 AM
Registered User
 
Join Date: Jul 2003
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Maybe I'm a little stupid, but I can't get rid of the "Queue is not registered in the DS." message on the final checkout page... Can anybody tell me exactly what to do.... PLEASE!

  #28 (permalink)  
Old August 22nd, 2003, 04:23 AM
Authorized User
 
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Make sure you have defined a private Queu with the name 'Orders'(Start/My Computer/Manage/Services and applications/Message Queuing/Private Queus/New...).
Also check the queu name definition in the 'web.config' file.
  #29 (permalink)  
Old January 6th, 2004, 05:02 AM
Authorized User
 
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Small hint: Don't forget to delete all records in the Shoppingcarts dataset! Do it with the Enterprise Manager! Happy New Year 2004!
  #30 (permalink)  
Old March 28th, 2004, 03:06 PM
Registered User
 
Join Date: Mar 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have downloaded the code of this book.
I can only see many .cs files,but can not find .aspx files.
And I can not setup "gadgetswarehouse\GWSetup\Debug\Setup.Exe",so I do not know it's function.
Who can tell me? Why?






Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET E-Commerce Programming Problem-Design-Solu kenzhen All Other Wrox Books 1 April 27th, 2005 06:50 AM
ASP.NET E-Commerce Program Problem-Design-Solution ruimeisoft All Other Wrox Books 6 August 17th, 2004 03:10 AM
ASP.NET E-commerce Programming: Problem - Design - rmccue Wrox Book Feedback 1 February 9th, 2004 09:30 AM
ASP.NET E-Commerce Prog Problem - Design -Solution cat2123 All Other Wrox Books 1 December 29th, 2003 06:27 AM
ASP.NET E-Commerce Programming Problem - Design - nodoubt223rd All Other Wrox Books 8 June 30th, 2003 09:29 PM





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