I have a real problem.
One of my clients has a database that crashes when you do:
dim msgs as new communicationcollection
msgs.getmulti(nothing)
With the error: Unable to cast object of type 'System.Boolean' to type 'System.String'
On my database the code works fine.
This is crippling the whole application.
Any ideas?