Hi Trent,After your last post, I did some digging as I kind of expected the issue I had with this to be related to my obfuscator. I now blame that first for everything that I can't blame myself for
One of the areas I got this exception was really easy to test, so I substituted the Messageform.showmessage for the old Messagebox.show. Did my build and then did my obfuscation, and then ran it. Amazingly, it didn't throw an exception, it displayed the message correctly.
So, I then decided to go back to the single form of messageform.showmessage and repeated the same as above. Amazingly, the exception re-occurred.
So, then I decided to change the signature of the messageform.showmessage to this
MessageForm.ShowMessage(
"Telephone Action is a new feature - Coming soon. Quarter 4 2008.", "Alarm64", "COMINGSOON", MessageFunction.OK, MessagingIcon.Information, MessagingSounds.None)Did the build and the obfuscate. Then ran....Tada! it works like a dream.
So, not sure what to say really. All I can say is that the single message form of showmessage doesn't always work, for me at least anyhow.
best regards
Geoff