System.Data.SqlClient.SqlException (0x80131904): Invalid column name

Hi Radzen Support Team
After upgrading to the latest Windows Version 2.14.4, I'm getting an error when running the project:

dotnet: fail: Microsoft.AspNetCore.Server.Kestrel[13]
Connection id "0HLMI6JVMDD6H", Request id "0HLMI6JVMDD6H:00000001": An unhandled exception was thrown by the application.
System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'CasaGolAFavor'.

The interesting thing is, on version 2.13.5, the issue does not appear. The column belongs to a database view.

What should I do? I have already inferred the schema, just in case.

Regards

Hi @Jose_Carrillo,

Please send us your database schema at info@radzen.com.

HI @Jose_Carrillo,

The issue was fixed immediately and we just released update. Sorry for the trouble!

Best Regards,
Vladimir

Hi Enchev
Thanks to you guys. I can confirm the issue has been fixed and as well another issue when calling an endpoint and filtering the dataset with a parameter, on the GET action.

Regards