Hi,
I read an article about making code reliable in different environments (what with CAS having an influence), and one technique was to use .GetExecutingAssembly(...) for accessing resources in an assembly (Eg text files). Is there any other useful technique?
I ask as some stuff I am writing will be demo'd from another machine.
Thanks