I tried
Trace.Debug("Personal Message is " + Messenger.MyPersonalMessage);
and I get
"Personal Message is testing pm is not empty
(My pm was set to testing pm is not empty)
So it is working I just have no idea why it won't assign to the variable I can set a new PM using Messenger.MyPersonalMessage = "New PM"; it just wont allow me to assign the variable
Wierd...
Kriogenic.