I clonned old respository of an ASP.NET MVC project. It uses MySql as its server. When I tried to run the project, it shows NullReference Error when trying to connect to database.
I’ve make sure the parameter that I sent is not null too.
I’ve installed MySql Connector for Visual Studio and MySql Connector NET on my machine.
If you can help or point how to access the error details to identify the problem cause that would be great.
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
SOLVED
Somehow I managed to solve it by updating my MySQL EF Nuget (was 8.0.19) to match the MySql Connector NET Version (now they’re both 8.0.26)
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0