Blackerry Pearl Desktop Sync

If you don’t want to go through all the details of my tests below, that’s fine, the short of it is this … I got these messages out my stream by uninstalling everything on the desktop related to the blackberry and marking the selection for just Internet Email and leaving BES (Blackberry Enterprise Server) alone.

C# Console Application Versions

Well, something stumped me. But figured it out … As part of my C# console application, I wanted to print out the version (Major.Minor.Revision) as part of the help output so I could know the release details. And without the Application object, I just wanted the simple information from the build assembly.
C# Code

Version vrs = [...]