Hi there! I need your help on the WebDropDown control. I changed the existing control to Infragistics' latest version control for the Drop Down and this is the error I got.
"Compiler Error Message: CS0433: The type 'Infragistics.Web.UI.ListControls.WebDropDown' exists in both 'c:\Windows\assembly\GAC_MSIL\Infragistics35.Web.v9.2\9.2.20092.1003__7dd5c3163f2cd0cb\Infragistics35.Web.v9.2.dll' and 'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Infragistics4.Web.v14.1\v4.0_14.1.20141.1015__7dd5c3163f2cd0cb\Infragistics4.Web.v14.1.dll'"
What should I do in order to have it working? Thank you.
The WebDropDown worked already. I edited the SourceData. However, is there a way that the items would not appear as a link?
Hello Andrea,
Please feel free to contact me if you have any further questions regarding this matter.
Approaches to determine which .NET version a project is targeting can be found at:
http://stackoverflow.com/questions/3231632/how-to-find-the-net-framework-version-of-a-visual-studio-project
The required Infragistics assemblies can be determined based on the controls used in your project and referring to the documentation at:
http://help.infragistics.com/doc/ASPNET/2014.1/CLR4.0/?page=Web_Deployment_Overview.html
Please feel free to contact me if you have any questions.
Hi Petar,
How will I know if the project is already in .Net 4.0? And also, how will I know the assemblies that the Bin should contain?
The System.Web.UI reference is a general .NET reference and should not be removed. Looking at it more closely however, the project may need to be updated to .Net 4.0 in order to be able to use the latest Infragistics version:
http://msdn.microsoft.com/en-us/library/vstudio/dd483478%28v=vs.100%29.aspx
Regarding the assembly reference exception still being thrown for version 9.2, please ensure that the Bin folder of the project does not contain any copies of the 9.2 assemblies.
Hope this helps.