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
55
Web.config configuration for version Version=8.2.20082.2011
posted

How do I have to configurate the web.config for Version=8.2.20082.2011.

I am still needing to add references for the controls even if the already are in the web.config for the tag

<assemblies> and are registered in the page.

Thanks,

Flor Maria. 

 

 

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    This is a very tricky topic and it is very hard to have different versions of the same controls in the same application (though it is possible). By default, you will get namespaces and class names classes.

    The solution is to follow the instructions from Tony Lombardo's post on

    Multiple Assembly Versions in a single Web Site - How to deal with a CS0433 compiler error

    http://blogs.infragistics.com/blogs/tony_lombardo/default.aspx 

Children
No Data