bati
Cannot access a disposed context instance.
I'm receiving the
ObjectDisposedException
about a DbContext being disposed while using IDbContextFactory<>
to initialize my database context. After searching online for potential ways for me to approach resolving this, none of them seem to apply for my case.
Code:
-# Exception Trace is attached as .txt file.23 replies