Hello,
While trying out Firebird .NET provider 1.5 (version 1.5.1326.15583)
from a simple command line application, I can use CreateDatabase to
create an empty database.
However, when running the same methods from within NUnit, I get a
very strange exception when calling into CreateDatabase :
"Invalid PInvoke metadata format exception"
in
FirebirdSql.Data.Firebird.FbConnection.CreateDatabase(String dataSource,
Int32 port, String database, String user, String password, Byte dialect,
Boolean forceWrite, Int16 pageSize, String charset)
Any ideas ?
Pierre
|