T
Tim
I have a managed executable that references 2 managed dll's. In my Main method, all code is inside a
try/catch block. If dll A (a Compact Framwork project) is missing the System.IO.FileNotFound error is
trapped, but if dll B (a non-Compact Framwork project) is missing the FileNotFound error is not
trapped. I'd like to be able to trap the missing dll B error. What could I be doing wrong or not
understanding?
Thanks!
Tim
try/catch block. If dll A (a Compact Framwork project) is missing the System.IO.FileNotFound error is
trapped, but if dll B (a non-Compact Framwork project) is missing the FileNotFound error is not
trapped. I'd like to be able to trap the missing dll B error. What could I be doing wrong or not
understanding?
Thanks!
Tim