0

The following error occurs when I run my project after updating Entity Framework:

"Could not load file or assembly 'EntityFramework.SqlServer' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))"

Please Give me solution as early as possible thank you!

1
  • remove the temp files from your system and clean and rebuild your solution file. the check Commented Mar 21, 2017 at 5:33

1 Answer 1

1

Empty/Delete the 'bin' folder of your start-up project!

Clear the Temp ASP.Net files/assemblies! See this SO answer

Generally, the location should be, the below folder. If you are using other version of framework, then please refer to the SO link I mentioned to find details for cleaning the temp folders for various version of framework.

C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files

Sign up to request clarification or add additional context in comments.

3 Comments

Do a Solution clean/Rebuild solution!
Did you try deleting the bin & obj folders of your startup project?
Yes i do that dude

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.