Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi
when write Package Manager Console enable-migrations for ef Code frist

View this error :
The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
Posted

1 solution

Your question is not too clear.

Following might help:
MSDN: Code First Migrations[^]
(HRESULT: 0x80070057 (E_INVALIDARG)) on debug [^]

Clear out the temporary framework files for your project in:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\
For Windows 7, the path is: C:\Users\[username]\AppData\Local\Temp\Temporary ASP.NET Files\
For 64 bit systems with 'Framework' in the path the full path is: C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900