Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Jan 09, 2014 @ 17:01
    Ismail Mayat
    0

    AjaxControl Toolkit issue

    I have an umbraco 452 site with contour, been running fine for quite a while, however on a deep page i found this error which I am sure started after installing contour,

    Error creating usercontrol (/usercontrols/PinCodeTracking/Edit/ExpressRegister.ascx) c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\d761d259\31e02c43\AppWebexpressregister.ascx.a84f041d.gqft8ep.0.cs(513): error CS0433: The type 'AjaxControlToolkit.PasswordStrength' exists in both 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\d761d259\31e02c43\assembly\dl3\511da1a2\278f6f354c0dcf01\Umbraco.Forms.References.DLL' and 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\d761d259\31e02c43\assembly\dl3\3edf755d\45fc8f1e_4c0dcf01\AjaxControlToolkit.DLL'

    In my web.config under run time I have,

    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    
      <!-- Old asp.net ajax assembly bindings -->
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="4.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="4.0.0.0" />
      </dependentAssembly>
    
    
    </assemblyBinding>
    

    Am I missing something?

    Regards

    Ismail

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 09, 2014 @ 17:14
    Tim Geyssens
    0

    Flush temp files

    LAtest version 3.0.18 doesn't have ajaxcontroltoolkit so if you can upgrade

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Jan 09, 2014 @ 17:15
    Ismail Mayat
    0

    will latest contour work with umbraco 452?

    Regards

    Ismail

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 09, 2014 @ 17:20
    Tim Geyssens
    0

    Don't think so :( is that page using something from the ajaxcontroltoolkit? Try using the merged one in forms.references then and remove the plain one

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Jan 09, 2014 @ 17:23
    Ismail Mayat
    0

    The page has usercontrol on there that uses password strength control. I think your right ill have to remove the reference to existing one and reference to merged one.

    Regards

    Ismail

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies