I have recently updated a trial version to a full subscription and after installation, have upgraded my project using the version utility tool.
While other controls seem to work fine, i have a problem with the ultrachart component. I have put an ultrachart on my form, which shows up perfectly at design time, but when i run the compilation it throws an error saying something like (translated from german...)
the type 'Infragistics.WebUI.UltraWebChart.UltraChart' is present in 'c:\Program Files (x86)\Infragistics\NetAdvantage 2013.1\ASP.NET\CLR4.0\Bin\Infragistics4.WebUI.UltraWebChart.v13.1.dll' as well as in 'c:\Program Files (x86)\Infragistics\NetAdvantage 2013.1\ASP.NET\CLR4.5\Bin\Infragistics45.WebUI.UltraWebChart.v13.1.dll' .
I have only run the 4.5 toolbox utility, yet 4.0 components are still present in my toolbox. I have tried uninstalling and reinstalling, but still get the same problem.
Hello henning,
Did you manage to resolve your issue?
If you need any further assistance, please let me know.
Sincerely,
Tsanna
Thank you for posting in our community.
Please make sure that the entire project references are changed from "Infragistics4" to "Infragistics45". This includes the .aspx pages and web.config.
You should ensure also that you've added the correct assemblies to your project. Meaning that if you're using CLR4.5 then you need to add the assemblies corresponding to that version of CLR (i.e. starting with "Infragistics45").
I know get the same problem with all components. In addition, even after running the toolbox utility, it is not present on new projects