Windows Develop Bookmark and Share   
 index > Windows Forms General > how to upgrade toolbox to .net 3.5 versions of all controls?
 

how to upgrade toolbox to .net 3.5 versions of all controls?

Hi,

I recently moved from VS 2005 and .NET 2.0 to VS 2008 and would like to use .NET 3.5. My main concern is that the appearance of my controls be up-to-date. However, the tooltip for the .NET controls in my toolbox still say version 2.0.0.0. How do I get rid of the 2.0 versions, and get the 3.5 versions instead?

Thanks

David

David Burson  Monday, March 03, 2008 10:09 PM

No action is needed. .NET 3.5 does not change the assembly version number of System.Windows.Forms.dll.The Windows Forms changes in .NET 3.5 are actually implemented as a service pack (you can get the same Windows Forms changes by installing .NET 2.0 SP1), and this does not change that version number.

BinaryCoder  Monday, March 03, 2008 11:45 PM

No action is needed. .NET 3.5 does not change the assembly version number of System.Windows.Forms.dll.The Windows Forms changes in .NET 3.5 are actually implemented as a service pack (you can get the same Windows Forms changes by installing .NET 2.0 SP1), and this does not change that version number.

BinaryCoder  Monday, March 03, 2008 11:45 PM

Thanks! That's very good to know!

David

David Burson  Tuesday, March 04, 2008 12:01 AM

You can use google to search for other answers

Custom Search

More Threads

• get remote computer OS version
• DataGrid will not apply DataGridTextBoxColumn.Format as set programmatically
• Best book for User Interface Flow Modeling using .NET controls
• Custom Control - Extending Over Parents Edge
• new to mdi forms
• User Control with monthcalendar
• insert buttoncolumn(runtime) to last column (datagridview)
• how do i count files in a folder and pass it to a listview
• Adding the code in Timer Tick event.
• Populate Listview with datareader