I have upgraded to Professional 13.2 CLR 4.5 yesterday and used the ultility tool to upgrade a project to the latest release that before used components from 13.1 CLR 4.5.
Now I get a production time error : CS0433: The type 'Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings' is available in 'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Infragistics45.Web.v13.2\v4.0_13.2.20132.1003__7dd5c3163f2cd0cb\Infragistics45.Web.v13.2.dll as well as
'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Infragistics4.Web.v13.2\v4.0_13.2.20132.1003__7dd5c3163f2cd0cb\Infragistics4.Web.v13.2.dll'
Hello henning,
Thank you for your post!
About the issue, you need to decide which CLR version you will use (e.g. CLR v4.5) and remove the other references from the project (CLR v4.0). I'm sending you useful blog post about how to deal with a CS0433 compiler error:
http://ko.infragistics.com/community/blogs/tony_lombardo/archive/2008/07/31/multiple-assembly-versions-in-a-single-web-site-how-to-deal-with-a-cs0433-compiler-error.aspx
If you have any further question do not hesitate to contact me.
this link doesnt work.