Re: [ADVANCED-DOTNET] Looking for clrversion.exe tool

2005-05-27 Thread Arne Janning
Hi Tony! On 5/27/05, Tony Hal wrote: > I don't have vs.net 2005 beta2 yet, so I can't use the clrver.exe you > mentioned below. The code will compile as well with the Visual C++ 2005 Express Beta 2 which can be downloaded for free: http://lab.msdn.microsoft.com/express/visualc/ Cheers Arne Jan

Re: [ADVANCED-DOTNET] Looking for clrversion.exe tool

2005-05-26 Thread Tony Hal
Arne, Great. Thanks for the help! -tony From: Arne Janning <[EMAIL PROTECTED]> Reply-To: "Unmoderated discussion of advanced .NET topics." To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Looking for clrversion.exe tool Date: Fri, 27 May 2005 00:30:02 +02

Re: [ADVANCED-DOTNET] Looking for clrversion.exe tool

2005-05-26 Thread Arne Janning
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. > >

Re: [ADVANCED-DOTNET] Looking for clrversion.exe tool

2005-05-26 Thread Tony Hal
y file (depending on the the app's config.exe's or or other factor). So it won't really work for me. From: Mattias Sjögren <[EMAIL PROTECTED]> Reply-To: "Unmoderated discussion of advanced .NET topics." To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCE

Re: [ADVANCED-DOTNET] Looking for clrversion.exe tool

2005-05-26 Thread Mattias Sjögren
Tony, 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

[ADVANCED-DOTNET] Looking for clrversion.exe tool

2005-05-26 Thread Tony Hal
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