I am doing a C# project in Visual Studio 2012 (x86). I was able to add Gupta.SqlBase.Data
to the project but when I run the project if gives me an error related to SqlBaseUtil.dll
.
Unable to load SQLBASEUTIL.dll driver library.
Please check your CLIENTRUNTIMEDIR entry inside INI file or check your environment variable path or system path.
Therefore, I tried to add as reference to the project the SqlBaseUtil.dll
. I could not manage to add this dll. This dll is also added to GAC.
Please help.