Experts,...I'm getting this ...System.ArgumentException... (...An item with the same key has already been added...) at the very first use of an entity framework function at runtime.
The strange thing: If I'm using debug mode, it works fine. After compilin...