Object Reference not set to an instance in Commerce Builder
Posted: Wed Nov 03, 2010 10:06 am
I am trying to integrate Sitefinity 3.7 with Able Commerce 7 .
However I am getting a Object Reference not set to an instance of an object exception. Here is the stack trace -
If I comment
this line in web.config and log in to Sitefinity then the exception goes away. If i logout of sitefinity and uncomment the above line the exception comes back.
Is there some additional setup that I need to do to use commercebuilder from a third party application like Sitefinity?
Thanks
However I am getting a Object Reference not set to an instance of an object exception. Here is the stack trace -
Code: Select all
[NullReferenceException: Object reference not set to an instance of an object.]
CommerceBuilder.Users.UserDataSource.LoadForUserName(String userName, Boolean createMissing) +95
CommerceBuilder.Common.Token.InitUserContext(HttpContext context) +322
CommerceBuilder.Services.c.b(Object A_0, EventArgs A_1) +74
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Code: Select all
<add name="AbleCommerceHttpModule" type="CommerceBuilder.Services.AbleCommerceHttpModule, CommerceBuilder.Services" />
Is there some additional setup that I need to do to use commercebuilder from a third party application like Sitefinity?
Thanks