Hi all, I have an app that I am writing that requires WE 7.5.1.0. In my app I need to make sure that 7.5.1.0 is running and, if not, stop the app. With the new version object, this is a simple process, but I can't use that because anything prior to 7.5.1.0 will not even have that object. In that case, would my app error out? How can I write a sub to check for the version and stop the app for anything less than 7.5.1.0. I know I could check for that specific version, but I don't want to update it every time a newer version comes out. You can't do numeric comparisons on the ApplicationVersion property because it is a string, right? Any suggestions?
Vic
