Open amrit-kumar opened 6 years ago
if you did not figure it out, then add (DBOnErrorCallback) in every error you get
public object[] ExecuteReadEach(string sqltext, DBRecordCallback populator) { return ExecuteReadEach(sqltext, populator, (DBOnErrorCallback)null); }
I am unable to build this project in Visual Studio 2017 however it works fine in visual studio 2013.
Actually I have used dynasql in my project and now i want to use Visual Studio 2017 but I am unable to build my project as it seems that dynasql is not supported with Visual Studio 2017.
I cannot opt for options other than dynasql , because I have used it extensively in my project which is on
C#
,.net 4.5
andangularjs 1.6
.when I build this project in vs 2017 then it gives errors like this...
I have attached the complete error stacktrace as a text file and a screenshot. error_for_dynasql.txt