If I get the error:
How would I go about catching that? I have the peice of code that caused the above error in a try / catch block, but it still caused a fatal crash during run time... How do I catch stuff like this??
Code:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
Comment