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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...UpdatePanel is ambiguous in namespace . . . UpdatePanel is ambiguous in namespace . . .
Previous
 
Next
New Post
2/25/2009 9:34 AM
 

I have a mature 4.x web site that has gone thru the upgrade process to the latest version. With that I have created several custom modules.  I keep receiving errors in the form of "updatepanel is ambuguous in the namespace System.Web.UI".  This has been plaguing me for months until I did a line-by-line comparison of the web.config and found the following entries on my development system that does not exist in any of the other sites. Subsequently adding the following fixed my problems.  If you're having this issue modify your Web.Config with the following runtime entry.

<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>

Jon

 
New Post
2/25/2009 3:10 PM
 

This tends to happen when you still have a copy of System.Web.Extensions.dll in your bin folder, but you have the 3.5 version of MS Ajax installed on the server - you can typically resolve it by removing the extra dll. Please note, bindingRedirect only works if you're using .net 3.5 or above.

Cathal


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...UpdatePanel is ambiguous in namespace . . . UpdatePanel is ambiguous in namespace . . .


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