I have the latest dll and we’ve having a problem with the Workbook wb = new Workbook(fileName); method. No matter what you put in for the file name, you get a DirectoryNotFoundException error because it keeps looking in the wrong directory.
I fill the fileName variable with "%UserProfile%\Downloads\Project Portfolio.xlsx"
and it looks in
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE%UserProfile%\Downloads\Project Portfolio.xlsx"
I have no idea where it’s getting “C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE” from.
What am I missing? Any ideas?