Jump to content
  • entries
    61
  • comments
    65
  • views
    4,709

The Answer Is 1


CAM

3,290 views

Back in the days of limited memory and general user-unfriendliness, cryptic error messsages were common place and understandable only by the computing elite. As time moved on, error messages became friendlier and geared towards the user by hiding the cryptic error codes and debug information. Microsoft even announced this as a key design concept of Windows 7 compared to earlier versions.

 

However, some software manufacturers have other ideas, especially with SIMS (connection error spouting more verbal diahorrea then useful text) and Fronter (Unknown error occurring when uploading a SCORM Course that Pearson themselves provided on a CD).

 

Feel free to comment with your own examples. :)

Edited by CAM

1 Comment


Recommended Comments

AngryTechnician

Posted

The SIMS one is simply the entire default output from a .NET exception via Exception.Message() - Microsoft specifically warn in documentation that this should not be shown to end users. As far as I can tell, SIMS (along with most other Capita products) has almost no built-in exception handling at all, so simply outputs the .NET exceptions in raw form whenever something goes wrong.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...