HomeHome Product Discus... Product Discus...SmithCartSmithCartDNN 4.9.5 and AJAX 1.0DNN 4.9.5 and AJAX 1.0
Previous
 
Next
New Post
7/5/2010 3:14 PM
 

It took me a while, but I finally figured out we needed to make the following modification of web.config in order to get the module to work:



<configuration>
<runtime>
<assemblyBinding>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"
culture="neutral" />
<bindingRedirect oldVersion="1.0.61025.0" newVersion="3.5.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>



We kept getting a blank page when visiting the module settings. Then when looking in the Event, it appeared a control was being used requiring AJAX 3.5. With our site running DNN 4.9.5, we were utilizing AJAX 1.0.


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
7/5/2010 3:40 PM
 

Thanks for posting Scott. We'll be glad to answer any questions anybody has related to this issue.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartDNN 4.9.5 and AJAX 1.0DNN 4.9.5 and AJAX 1.0