NH ProfThe beta mistake
One of the things that I should have done from the get go of the beta program was to force people to upgrade when their version is too old.
Why would I want to do that? Because people that continue to use old versions, and old versions has old bugs.
Take a look at this error report:
This version is almost a hundred builds old, and the error reported was fixed long ago. I also get errors from people using older versions than that.
When I built the error reporting feature, I was concerned about the user privacy, so I don’t have any information about the user that can be used to identify him. I am reduce to this public plea: Just upgrade NH Prof already!
More posts in "NH Prof" series:
- (09 Dec 2010) Alert on bad ‘like’ query
- (10 Dec 2009) Filter static files
- (16 Nov 2009) Exporting Reports
- (08 Oct 2009) NHibernate Search Integration
- (19 Aug 2009) Multiple Session Factory Support
- (07 Aug 2009) Diffing Sessions
- (06 Aug 2009) Capturing DDL
- (05 Aug 2009) Detect Cross Thread Session Usage
- (22 May 2009) Detecting 2nd cache collection loads
- (15 May 2009) Error Detection
- (12 May 2009) Queries by Url
- (04 Feb 2009) View Query Results
- (18 Jan 2009) Superfluous <many-to-one> update
- (18 Jan 2009) URL tracking
- (10 Jan 2009) Detecting distributed transactions (System.Transactions)
- (06 Jan 2009) The Query Cache
- (05 Jan 2009) Query Duration
- (24 Dec 2008) Unbounded result sets
- (24 Dec 2008) Row Counts
Comments
Hi Oren,
There is a simple solution to reduce friction here:
Deployment build updates ProductVersion.txt with the latest build number
Application on start-up (once in a while) checks this url and compares its version with the txt. If found - offers user to update.
Update simply launches ClickOnce bootstrapper that would download and start the latest deployment (which is basically an MSI with MajorUpgrade)
[Optional] Submit feedback UI informs user if he is using an outdated version, to save him the embarassement.
[Optional] Menu link for the program has "Get latest version" that simply launches sequence 3.
All nine yards have to be coded once. With this in place, dev would just need to start deployment build to publish an update.
Rinat
Rinat,
That isn't an issue, I am not talking about technical details.
NH Prof is doing something similar already.
But I did it fairly late in the game, and older versions don't have that.
Still, the technical solution described by Rinat would reduce the slight friction involved with the current implementation (which is somewhat 'agressive', IMHO)
Then that's just an evolutional issue that might pass.
Yet, I heard somebody say - unit test your code before commiting, establish continuous integration and deployment before releasing))
We purchased 3 of the beta license at my company. One of the devs still had the beta emblazoned on the front and I kept reminding him to upgrade. He did upgrade recently, so I hope that your traffic is decreased just a bit.
I do like that the newer versions will tell you when a new rev is available.
Its kind of ironic that they send bug reports, presumably to get bugs fixed, but never upgrade the version they are using which would contain said fixes.
I agree with Chuck that it's nice to know about new builds, however it would be even better if it could update itself too :)
I'm actually not a fan of auto-updating software. Reflector was one that drove me up the smegging wall. (During a contract stint I worked on-site with a laptop without a trusted external connection.) When I launch an app I want to use the app, I don't want to be notified that it's trying to call home, wait for downloads, or be told to wait because it needs to update itself and restart.
Though whenever I do come across a "bug" in a product, beta or otherwise, the first thing I do is check to see if it's been reported, fixed, or there's a workaround mentioned, and if they've released a newer version. I can't say I've ever used a "report a bug" feature in an application. I admit it sounds like a useful feature, but in reality like this scenario, it's moron-fodder.
Comment preview