You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throw last error says unable to find dll if "Visual C++ Redistributable for Visual Studio 2012" is not installed. Catch this error and add a reminder to check for those.
let baf2SqlHandle =
if baf2SqlHandle = Convert.ToUInt64 0 then
Baf2SqlWrapper.ThrowLastBaf2SqlError()
else baf2SqlHandle
let mutable linq2BafSql = new Linq2BafSql(sqlFilePath)
The text was updated successfully, but these errors were encountered:
Throw last error says unable to find dll if "Visual C++ Redistributable for Visual Studio 2012" is not installed. Catch this error and add a reminder to check for those.
The text was updated successfully, but these errors were encountered: