All,
I am pulling my hair out with this. I need to make a constant String avaiable to all classes in my program and I can't figure out how to do it. This is a simple console app...
I've tried the obvious, public static const myString = "whatever";
but I still get the dreaded error:
"The name 'myString' does not exist in the current context."
I made it public, how could it not exist? Is there anything more public than public?
Thanks,
Bill