Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
BC30560: 'WebScriptManager' is ambiguous in the namespace 'Infragistics.Web.UI'.
posted

I'm using 2012.2 on ASP.NET v4.5 on a Win2k8 R2 box.  I used to use 2012.1.  I have run the Version Utility on my project and the site.  However, I'm still getting this.

I have uninstalled 2012.1 and reinstalled 2012.2 with no improvement.

Is there any other information you need to help me determine the problem.  I'm a long-time programmer but I'm a newb to object oriented and .NET.

Parents
No Data
Reply
  • 5368
    Offline posted

    I am just another user, so my answer isn't authoritative

    Three things I would check...

     

    1)  Check that you don't have the version 12.1 dll's in the bin folder

    2)  Check that you don't have references to both assembly versions in your web.config file

    3)  Check that you don't have a reference to the 12.1 assembly at the top of your page

Children