ARLO
ARLO
CC#
Created by ARLO on 3/11/2024 in #help
Entity Framework in .Net 4.8
I have a .NET Framework 4.8 that needs to have a database added on to it, I would like to avoid doing all database calls manually. So, I was considering using Entity Framework to save me some trouble. I have tried a lot but, I can’t seem to figure out how to get it working. ☹ it looks like it throws an exception at the connection to the MySQL database. The project is a translations service for a SOAP Api, so I can’t upgrade it to a newer version of .Net because as far as I have seen/tried .net does not seem support soap Api after 4.8. And considering I’m timed constrained on this project. A complete rewrite is not possible, at this moment. If someone could point me in the right direction it, I would really appreciate it.
7 replies