Is there an easy way for a .NET application to determine the version of
Mscorlib.dll and System.Xml.dll that is is actually using?
Given that System.Xml.dll has been revised several times (within .NET 2.0),
I'm wanting to find out if my program is running in an up-to-date
environment.
Thanks.
Mscorlib.dll and System.Xml.dll that is is actually using?
Given that System.Xml.dll has been revised several times (within .NET 2.0),
I'm wanting to find out if my program is running in an up-to-date
environment.
Thanks.
Comment