Reputation: 35
I am just implementing a new app, and wanted to use EF Core instead of ADO.NET. Therefore, I took the necessary steps to implement this which worked correctly as far as I can tell. The MySQL database behind is relatively large. It has about 800 tables and a dump would result in about 3 GB.
But when I want to debug, it always does not even start, but gives the following error:
CS0041 Unexpected error writing debug information -- 'Insufficient memory to continue the execution of the program
So, my question, can I not work with EF Core and databases of the mentioned size? Or is there maybe a possibility how to fix this?
Further information:
And when I start the release version it works, but I need to be able to debug from time to time.
Help is appreciated.
Best Patrick
Upvotes: 0
Views: 61