Entity Framework – Already Defined

You may be changed the assembly name of the project that contained the model.

The reference to the original assembly was still in the client application.

ASP.net Web Application :
– Manually delete dll and pdb files.

ASP.net Web Site:
– Perform an IIS reset then flush out the asp.net temporary files in
the folder C:\windows\microsoft.net\your framework version\temp
asp.net files\

Leave a Comment