While running some code I am getting a unhanded exception for file not found with no file location or file name specified. If I break I can see the function that the error is being reported from. I can reach break points before where that function is called but can't enter into the function with out the exception being thrown. The function is in the same class and C# code file. There were issues with references to other projects in the past with this project. Could it an issue of scope or delayed loading because of calls made from with in the function?
Visual Studio 2008, C#
Any ideas welcome, Answers wanted.