1
Someone has already come across this error in an Asp.net mvc application?
Server Error in Application '/'.
There was a restriction violation of multiplicity of relation: an Entityreference may not have more than one related object, but the query returned more than one related object. This is an unrecoverable mistake.
After good period running normally the application started to give error when trying to call a list of data. Running the application I get this error.
From the statement, it seems to make reference to more than one object. I do not know at what moment is giving this error, should give more details. There is a design pattern, called Singleton, I don’t know if it comes to the case, but in situations where we should only have one and only one instance, this pattern is ideal. Take a look at it and see how to implement it, it’s the simplest thing on the planet.Now give us more information, show us what you’ve done so we can help you.
– pnet