Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

An unhandled exception occurred while processing the request.

$
0
0

I got the following message below and have no idea what to do?

TypeLoadException: Method 'Create' in type 'Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitorFactory' from assembly 'Microsoft.EntityFrameworkCore.SqlServer, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation.

Below is my code for ApplicationDbContext:

<div>using Bumples15.Models;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
</div> <div>namespace Bumples15.Data
{
    public class ApplicationDbContext : IdentityDbContext
    {
       
        public ApplicationDbContext(DbContextOptions options) : base(options) * it underlined base(options)
        {
        }
        public DbSet<Product> Product { get; set; }
        public DbSet<Order> Order { get; set; }
</div> <div>
    }
}
</div>

Thanks Jen


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>