2

I have follow the instruction in below url of how to setup the Audit.net for aspnetcore and sql server as the datasource.

https://github.com/thepirat000/Audit.NET/tree/master/src/Audit.EntityFramework

however i am receiving an error as below.

Invalid object name 'dbo.Event'

mokh223
  • 544
  • 3
  • 5
  • 14

1 Answers1

1

As per their documentation, you need to create the table called Events. It won't create the table automatically. If you want to create try EF Migration on code.

Anuraj
  • 18,859
  • 7
  • 53
  • 79