HomeHome Product Discus... Product Discus...SmithCartSmithCart3.7 settings error in BuyNow3.7 settings error in BuyNow
Previous
 
Next
New Post
9/10/2010 1:59 PM
 

When trying to go to settings in the BuyNow control, I get the following error.

A critical error has occurred.
Object reference not set to an instance of an object.

The event viewer has this.

Method: DotNetNuke.UI.Containers.ActionButtonList.get_ModuleActions
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Containers.ActionButtonList.get_ModuleActions() at DotNetNuke.UI.Containers.ActionButtonList.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

I have tried this on DNN 5.5 locally and 5.4.1 on my prod server. Both have the same results.

 
New Post
9/11/2010 10:40 AM
 

This may be an ajax issue try the following:

1. Open up settings.ascx and comment out the updatepanels and re save

OR

2. Take a look a the at the following forum to adjust your web config for ajax 3.5

http://www.smith-consulting.com/forums/forumid/1/postid/585/scope/posts.aspx#585
http://www.smith-consulting.com/forums/forumid/1/postid/947/scope/posts.aspx#947


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
9/11/2010 5:40 PM
 

I am running 4.0

<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="4.0.0.0" />

 
New Post
9/11/2010 5:54 PM
 

I commented out the updatepanels but it didn't help.

I attached the settings.ascx that I commented so you can see if I commented it out like you wanted.

I also added the following code and it didn't help.

<dependentAssembly>
<assemblyIdentity name="AjaxControlToolkit" publicKeyToken="28f01b0e84b6d53e" />
<bindingRedirect oldVersion="1.0.20229.20821" newVersion="3.0.30930.28736" />
</dependentAssembly>

 
 Login to download attachment
New Post
9/11/2010 6:22 PM
 

The cart uses ajax control toolkit 3.5 can you try adding a reference to ajax 3.5 as described in the forum posts above.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
9/11/2010 7:00 PM
 

I commented out the 4.0 and referenced 3.5 as in the posts above. This did not help.

I rolled back to SmithCart 3.1 and there are no issues. Since I only need a few options right now it isn't a big deal to have the latest.

Let me know if there is anything I can help you troubleshoot as I will be keeping 3.7 locally.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCart3.7 settings error in BuyNow3.7 settings error in BuyNow