Base solution for your next web application
Open Closed

ASP.NET Zero 8.0 with SQL 2008R2 - Incorrect syntax near 'OFFSET' #8124


User avatar
0
drenton created

I'm facing below issue and I followed the answer mentioned in link, but it doesn't seem to work.

https://support.aspnetzero.com/QA/Questions/4515#answer-5a5b48a1-5084-49fd-b14f-7466220c0d0d

I use the same SQL server with Asp.Net Zero V5 and V6 but have't seen this issue before.


2 Answer(s)
  • User Avatar
    1
    maliming created
    Support Team

    hi ASP NET Zero v8.0 is based on .NET Core 3.0 & EF Core 3.0. EF Core 3.0 does not support SQL Server 2008.

    see https://github.com/aspnetzero/aspnet-zero-core/issues/2767

  • User Avatar
    0
    drenton created

    Thanks for your answer and the link. ;)