Hi
I’ve got a Class called App_DB_Class in which I have a property : app_DB As PostgreSQLDatabase and I get the following error : “Can’t find a type with this name”
What could cause this error?
The PostgresSQL plugin is loaded.
Thanks!
Hi
I’ve got a Class called App_DB_Class in which I have a property : app_DB As PostgreSQLDatabase and I get the following error : “Can’t find a type with this name”
What could cause this error?
The PostgresSQL plugin is loaded.
Thanks!
I had the same error happen with a project using 2019r2 and PostgreSQLDatabase. The solution for me was updating my other plugins, specifically: MBS (although I don’t recall which one of the MBS plugins).
Thanks Andrew, That makes sense… I have a MSSql plugin that might need an update…
Thanks again!
Right on Andrew!