On return from Google Checkout, configuration file error

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
jpopowski1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 40
Joined: Wed Oct 01, 2008 10:10 am

On return from Google Checkout, configuration file error

Post by jpopowski1 » Sun Oct 19, 2008 2:19 pm

When Google tries to post the order back to AC, a configuration error occurs:
'The system cannot find the file specified (D:\AC\web.config line 110)
Could not load file or assembly 'CommerceBuilder.Services' or one of its dependencies.

What could be missing--the site operates fine otherwise.
(AC7.0, Sql Server 2005)

jpopowski1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 40
Joined: Wed Oct 01, 2008 10:10 am

Re: On return from Google Checkout, configuration file error

Post by jpopowski1 » Tue Oct 21, 2008 11:18 am

Adding some detail after working on this for a couple of days...

It seems to be an authentication error. The receiving web service (to process the xml) is looking for a username, password in the HTTP headers.

There is an HTTPCookie, and I'm wondering if that's what we should check instead.

Post Reply