0
Dear Rajeev,
Thanks for your reply, I've found my solution by not include "Applications" tables when "update model from database" in my edmx. It seems to have problem for foreign keys linking from "Application Tables" to other three tables "membership,user and role".
Why the "Applications" Tables had such problem when include into entityframe work model tables?
KLTAN
0
Hi Tan,
This means that the application is unable to load the EDMX. There are several things which can cause this.
- You might have changed the MetadataArtifactProcessing property of the model to Copy to Output Directory.
- The connection string could be wrong. I know you say you haven't changed it, but if you have changed other things (say, the name of an assembly), it could still be wrong.
- You might be using a post-compile task to embed the EDMX in the assembly, which is no longer working for some reason.
If the above solution is helpful then,accept the answer.