I have downloaded and compiled the latest GISEditor (the one referencing the version 10.5 of the ThinkGeo dlls) and am having problems running it on one machine. (Other machines don’t have this issue for some reason). I have copied the entire contents of the output directory to a folder on a server that a co-worker has copied down onto his desktop as a folder. When he attempts to start the application on his machine he gets an error. I have tracked this down to the following LoaderException: System.IO.FileNotFoundException: Could not load file or assembly ‘ESRI.FILEGDBAPI.dll’ or one of its dependencies. The specified module could not be found. File name: ‘ESRI.FILEGDBAPI.dll’
I have verified that this file does indeed exist in the the EsriFileGeoDatabase directory under both the Windows-X64 and Windows-X86 directories on his machine.
I even tried having him copy the folder directly to his C: drive an run it from there only to be met with the same issue. I have also tried having him run it directly from the server folder and he still gets the same issue.
The strange thing is that on another machine of his, it works fine. So the question is why doesn’t it work on this one machine?
TIA