Hi Tony! On 5/26/05, Tony Hal <[EMAIL PROTECTED]> wrote: > Hi, > In Steven Pratschner's new CLR book, it mentions the clrversion.exe which is > a tool that tells you the version of the CLR used to build an assembly. > The tool takes the an assembly name param and prints out the CLR versions. > > I can't seem to find any references in the book or anywhere else that has > info on how to locate this tool. > Does anyone know ? Any similar tool is acceptable.
You can download the sample code for the book here: http://www.microsoft.com/learning/books/products/6895 After you have installed the code, you'll find the source for the CLR-version-tool in Chapter04\ClrVersion. I have compiled and tested the code with Visual Studio 2005 Beta 2 and had no problems. Cheers Arne Janning =================================== This list is hosted by DevelopMentor� http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
