Monday, February 01, 2016

Visual Basic Chart Control Activation

VB2010 Chart control requires  .NET Framework 4.0.
To determine what .NET Framework version your application uses, follow these steps:
1.  
1. Right click the  Solution explorer  
2. Select Properties  
3. In Properties select Compile  
4. Click the Advanced Compile Options button
5. There is a drop down for Target framework  
6. It needs to be set to 4.0 framework for the charts, drop down for selecting 4.0 framework.

No comments: