S
sh
I have a resource called "Location". When I try to access it with the
statement
If My.Resources.Location = "Office" ...
I get the following error message:
A first chance exception of type 'System.IO.FileNotFoundException'
occurred in mscorlib.dll
Why? Isn't the resource part of the application?
How can I avoid this error (except with a Try...Catch statement).
statement
If My.Resources.Location = "Office" ...
I get the following error message:
A first chance exception of type 'System.IO.FileNotFoundException'
occurred in mscorlib.dll
Why? Isn't the resource part of the application?
How can I avoid this error (except with a Try...Catch statement).