Hi,
i dont know how to use assembly in VS, but in C# language you have to write
there
using FirebirdSql.Data.Firebird;
and as csc parameter put
/r:{path}FirebirdSql.Data.Firebird.dll
or if you have it in assembly cache (global assembly)
you dont need this...
p.
|