TreeNode Value property missing

ecoleman

New member
Joined
Mar 9, 2009
Messages
2
Programming Experience
10+
It seems that Visual Studio is using a older verion of the System.Windows.Forms DLL.

When I instantiate a instance of the TreeNode object it doesn't have the "value" property. Right now my version of Sytem.Windows.Forms is listed as 2.0.0.0 and it's being pulled from the Microsoft.NET\Framework\v2.0.50727 folder.

I've installed all of the current .NET framework service packs....

Is there something else that I need to do so that the I load the most current version of this object?

Any help would be appreciated,

Erik

ps. If it's relevant I'm using Visual Studio 2008 Professional.
 
Back
Top