Periodically I get the following exception
System.NullReferenceException: Object reference not set to an instance of an object. at MicroFour.StrataFrame.Messaging.MessageForm.ShowMessage(String MessageText) at SFB.Alarm64.Alarm64_CustomerMF.EditInstallation()
I use Messageform a lot, as it's a lot more aesthetically pleasant than Messagebox. This isn't specific to 1.6.7 as I have experienced it quite a bit over the last few versions.
Is there anyone else getting this at all?
thanks
Geoff
Not saying that you must to, but have you tried using the Message Editor to build your messages? You can use the editor to build them, and test while in the editor to see how they will look like. Not to say that if you use the same message in many different places in your app, you will have a single place to maintain it. After that, you just use the ShowMessageByKey() method to show it.
If you already do all this and I am talking too much, I appologize.