Kindly help to solve the below issue!!
I am getting below message.
Exception Details: System.Reflection.AmbiguousMatchException: Ambiguous match found.
Source Error:
Line 130: blog.CreateDate = DateTime.Now;
Line 131: blog.UpdateDate = DateTime.Now;
Line 132: dc.Blogs.AddObject(blog); Line 133: }
Line 134: dc.SaveChanges();
Source File: D:\vs.net\Asp.Net 4.0 Social Networking(Codes Included)\0829_Codebundle\0829_Code\Chapter13\Fisharoo\DataAccess\Repositories\BlogRepository.cs Line:
132
Stack Trace:
[AmbiguousMatchException: Ambiguous match found.]
System. ...
Go to the complete details ...