Closed mchomem closed 3 years ago
You must reference the NPoco.SqlServer
nuget package as suggested.
Its probably easier to also call new SqlServerDatabase("connString")
I'll make a wiki for it.
It worked!!!!
Thank you very much @schotime !
I will close this issue!
Hello dears!
I made the adjustment you indicated but even so when trying to connect to the bank, I am receiving the following exception from the application:
System.Exception: 'No database type found for the type string specified:' SqlServerDatabaseType '. Make sure the relevant assembly NPoco.SqlServer is referenced. '
Could you tell me what I'm doing wrong?
Follow my code:
My database is Sql Serve 2019, in this wiki: https://github.com/schotime/NPoco/wiki/Database-Constructor-Alternates it is clear that it would not be my version of Sql 2019 that would be causing the failure.