M Mattias Sjögren Dec 19, 2007 #2 You can use the Corflags.exe tool from the .NET 2.0 SDK. Or look at what version of mscorlib the assembly references with a tool like Ildasm or Reflector. Programmatically, check Assembly.ImageRuntimeVersion. Mattias
You can use the Corflags.exe tool from the .NET 2.0 SDK. Or look at what version of mscorlib the assembly references with a tool like Ildasm or Reflector. Programmatically, check Assembly.ImageRuntimeVersion. Mattias
A Andrew Morton Dec 19, 2007 #3 weisun.aa@ said: Manually Click to expand... Open it in a text editor. Somewhere in the first couple of KB or so it will mention mscorlib being version 1.0.5000.0 or 2.0.0.0. Andrew
weisun.aa@ said: Manually Click to expand... Open it in a text editor. Somewhere in the first couple of KB or so it will mention mscorlib being version 1.0.5000.0 or 2.0.0.0. Andrew