View Single Post
  #5  
Old 06-18-2009, 08:38 AM
LrngToFly LrngToFly is online now
Registered User
 
Join Date: 08-20-2008
Posts: 7
Thanks for the info on the GetFileVersion.

The match on Version=* isn't quite working- it's chopping off the rest of the line of text- beyond Version=1.0.1.0

Here's a sample section:

<section
name="applicationConfigurationManagement"
type="Microsoft.ApplicationBlocks.ConfigurationMan agement.ConfigurationManagerSectionHandler,Microso ft.ApplicationBlocks.ConfigurationManagement, Version=1.0.1.0,Culture=neutral,PublicKeyToken=7be 9c45ae0061408" />

So I probably do need to use regular expression matching, correct? I need a little hand holding on that- I've been unable to get even the simplist matching to work- say just searching for

Version=1

where 1 can be 1-9. I think I must have something simple wrong with the syntax. I've read the help over and over again, read web pages on regular expressions- I can't get anything to work... Any chance you could show me what to put in to search for

Version=x

where x is 1-9?

Thanks a bunch- you've been a big help already...!
Reply With Quote