Could not load file or assembly App.Context error
Hello.
I tried to add my ".dll" with EF6 Data Context, and got error:
I tried to add my ".dll" with EF6 Data Context, and got error:
An error occured processing the request. InvalidOperationException: Failed to set database initializer of type 'MyProject.Context.Config.ContextInitialize, MyProject.Context' specified in the application configuration. See inner exception for details. FileNotFoundException: Could not load file or assembly "App.Context" or one of its dependencies. The specified module could not be found.How to fix it?
Comments