After entity upadte

 this.Configuration.ProxyCreationEnabled = false;


 public AdminEntities()
            : base("name=AdminEntities")
        {
            this.Configuration.ProxyCreationEnabled = false;
        }

Comments

Popular posts from this blog

Create Schema Using C# Asp .Net Dynamically.

How to post image in blob using Windows Azure.

Create your own captcha image generator in asp.net using c#.net