 |
| 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
|
|
|

June 27th, 2003, 03:14 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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!
|

June 27th, 2003, 03:42 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|

August 7th, 2003, 03:31 PM
|
|
Registered User
|
|
Join Date: Aug 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.
|

August 8th, 2003, 12:22 PM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello Kungwen,
I can send you a screenprint (.jpg file) from my installation that might help you. What is your e-mail address?
|

August 14th, 2003, 09:04 PM
|
|
Registered User
|
|
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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)
|

August 18th, 2003, 02:04 AM
|
|
Registered User
|
|
Join Date: Jul 2003
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|

August 18th, 2003, 02:16 AM
|
|
Registered User
|
|
Join Date: Jul 2003
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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!
|

August 22nd, 2003, 04:23 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.
|

January 6th, 2004, 05:02 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Small hint: Don't forget to delete all records in the Shoppingcarts dataset! Do it with the Enterprise Manager! Happy New Year 2004!
|

March 28th, 2004, 03:06 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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?
|
|
 |