I installed the trial of NetAdvantage_ASPNET_20082_CLR35_Product.exe. The goal is my ability to update and support an application created last year that uses Infragistics. The installation went well but my first attempt to load a copy of the application returns the error above. I tried searching the knowledge base and did not find a match. Does anyone know why this isn't working?
The complete error is :
Parser Error Message: Could not load file or assembly 'Infragistics2.WebUI.UltraWebChart.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.
I get the same errror, but when I run the utility for my solution, it cleans out the licenses.licx file. I then add the used object to a test sheet in the solution then they are re-added to the licenses.licx. But, when I install this solution to ISS I get the same error.
arser Error Message: Could not load file or assembly 'Infragistics4.WebUI.UltraWebChart.v13.2, Version=13.2.20132.2028, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.Source Error:
Line 35: <add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Line 36: <add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Line 37: <add assembly="Infragistics4.WebUI.UltraWebChart.v13.2, Version=13.2.20132.2028, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
I ran the update utility and when it completed, it recommended I remove the assemblies from the bin folder, close Visual Studio & rebuild the project. I have done that and now the site is returning an error:
"A generic error occurred in GDI+. " It also contained the URL to exactly the steps I needed to take to fix the GDI+ error, very cool.
Everything is working now, thank you very much.
Looks like you need to update the assembly references in your application to point to the newly loaded 8.2 assemblies. There is an upgrade utility that ships with the product that will automate this for you. Its loaded in the Infragistics folder in the Start menu.
Devin