Getting "value is not defined" while inheriting a type
- by James Black
I can't see what I am doing wrong, as the files are in the correct order. In this case it is:
BaseDAO.fs
CreateDatabase.fs
They are in the same namespace, but even when I had them in different modules, and opened the module in CreateDatabase the same error.
The error is:
Error 1 The value or constructor 'execNonQuery' is not defined
…