Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...System.Web.Extensions version 3.5 causes problem with Host Settings and Site Settings pagesSystem.Web.Extensions version 3.5 causes problem with Host Settings and Site Settings pages
Previous
 
Next
New Post
1/24/2008 1:33 AM
 

I have dnn installed in a sub-folder of another site.  When I put a reference to add the assembly for System.Web.Extensions version 3.5 in either the parent site's web.config or the dnn web.config, I am experiencing some problems.  The DNN site seems to work mostly fine, but I am unable to navigate to the Admin/Site Settings or Host/Host Settings pages.  In IE the page never loads and in Firefox I get an error "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

The problematic entry is:

<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

I noticed that the existing entry in the dnn web.config file is to version 1.0.61025.0

I don't think I am using any of the 3.5 changes in that namespace, so once I isolated it I commented it out of the parent site's web.config.

I am using some new features and changes introduced in v3.5 within the System.Core namespace, and left it in the parent site web.config.  I haven't detected any issues its use may be causing with DNN...are there any known issues with the .NET framework 3.5 assemblies?  Finding the problem with System.Web.Extensions v3.5 was a bit random since it only impacted those two pages...that I could tell.

-Pat

 
New Post
1/20/2009 7:21 PM
 

i had the same problem,

ensure all references are using 3.5.0.0, NOT 1.0.61025.0 in the config file and make sure system.web.extensions.dll is NOT in the DNN bin

i think that fixed it for me, my memory is a bit hazy....

i have also got the Linq refences in the config file (see http://www.adefwebserver.com/DotNetNukeHELP/Misc/LinqPrep/) and again all references are to 3.5.0.0 not 1.0.61025.0

 

 
New Post
1/20/2009 8:28 PM
 

you can redirect all references to the 3.5.0.0 with

 

  <runtime>

    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

      <probing privatePath="bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;" />

                <dependentAssembly>

                <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>

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

            </dependentAssembly>

            <dependentAssembly>

                <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>

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

            </dependentAssembly>

    </assemblyBinding>

  </runtime>

 

after updating all the system.web.extensions refernces to 3.5.0.0 it broke the Telerik RadEditor

 

http://www.telerik.com/community/forums/dotnetnuke/module-development/system-web-ui-ambiguous-namespace-issue-with-radeditor-on-dnn.aspx

 

but definetely delete the system.web.extensions.dll from the DNN bin

 
New Post
1/21/2009 9:06 PM
 

man I just spent all day fighting this problem and found this link.

http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=308661

Then walked in here and found it again.

I had used a hosting providers install for dnn and it evidently uses a different web.config than the normal install?

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...System.Web.Extensions version 3.5 causes problem with Host Settings and Site Settings pagesSystem.Web.Extensions version 3.5 causes problem with Host Settings and Site Settings pages


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out