Tip to how to disable Dynamic Proxy generation in entity framework 4.0
context.ContextOptions.ProxyCreationEnabled = false;