asp.net - Microsoft chart controls 3.5 compatibility issues with .net 4.0+ -
I have made a pure application using VB with a target frame of 3.5. I also use Microsoft's chart control for .NET 3.5. The problem is that the chart controls have compatibility issues with version 4.0 and above. Microsoft has fixed it on its website, but when I try to launch the application, I get an error due to their "OK"
Here's the Microsoft's default link on their website: And Here's the error I'm trying to launch the application after deciding: an unrestricted exception of 'System.InvalidOperationException' type occurred in test.exe
Additional information: During the formation of a form See exception for Uti has details. Error: The file or the assembly could not be loaded 'system. Windows .form. A clear definition of data visualization, version = 4.0.0.0, culture = neutral, public key token = 31bf3856ad364e35 'or its dependency, does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I think this assembly file can not be found, but I have no clue how to fix it. I need help, thank you!
Comments
Post a Comment