When using VS2010 the File Geodatabase API returns errors when compiled using the v100 toolset.
Using the Platform Toolset (in Configuration Properties/General/Platform Toolset) v90 there are no runtime errors. Means that the Toolset can't be used in .NET Framework 4.0 directory (using mixed mode dll's).
Apparently FileGDBAPI.lib has been build using either VS2008 or VS2010 with v90 Platform Toolset.
Is it possible to include a FileGDBAPI.lib build againast the v100 Platform Toolset.