03-03-2010 05:05 PM
in line
this.scatterGraph_Plot1 = new NationalInstruments.UI.WindowsForms.ScatterGraph();
I get "A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll"
Any suggestion?
03-04-2010 04:47 PM
Hi Vasilich2004,
One of the best tools that you can use to debug a FileNotFoundException is a fusion log. You will be able to examine the logs created after try to run your application to find the error in the dependencies. Here is a link to a post detailing the use of this tool.