|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Version Check of .NET Framework at runtimeHi All
Can anybody help on version check of .NET Framework at runtime. Thankyou verymuch in advance Regards Vighneswar There is surely better approach but this one works too. Get the version
of mscorlib or the framework version from mscorlib.dll path: Dim asem As System.Reflection.Assembly ' get mscorlib assembly (it contains System.Object) asem = System.Reflection.Assembly.GetAssembly(New System.Object().GetType) MsgBox(asem.GetName.Version.ToString) MsgBox(asem.Location) -- Peter Macej Helixoft - http://www.vbdocman.com VBdocman - Automatic generator of technical documentation for VB, VB ..NET and ASP .NET code Hello!
System.Version runtimeVersion = System.Environment.Version; This will get for you version of running runtime. Cheers http://sourceforge.net/projects/ngmp
Timespan perplexing, please help with brain freeze.
How to declare char string pointer in VB? DataGridView - Property DataPropertyName Reg expression Threading 101 Can the read() function in VB.NET start reading from somewhere else than 0 Frustrations with RTF format. KeyDown for non Active windows? Shared Variable Question VB.NET 2003 VB proj file locations |
|||||||||||||||||||||||