Entity Object generator
http://msdn.microsoft.com/en-gb/library/vstudio/ff477605(v=vs.100).aspx
http://stackoverflow.com/questions/1814469/ado-net-entityobject-generator
http://www.code-magazine.com/Article.aspx?quickid=0909081
http://msmvps.com/blogs/matthieu/archive/2009/09/02/ado-net-entityobject-generator-how-to-get-the-entitytype-s-entityset-and-how-to-get-entityset-s-entitytypes.aspx
After generating entity model and using it in the c# code I was getting error "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'", it was resolved after removing "
integrated security=True;multipleactiveresultsets=True;App=EntityFramework;" from the connection string auto-generated by entity framework
http://msdn.microsoft.com/en-gb/library/vstudio/ff477605(v=vs.100).aspx
http://stackoverflow.com/questions/1814469/ado-net-entityobject-generator
http://www.code-magazine.com/Article.aspx?quickid=0909081
http://msmvps.com/blogs/matthieu/archive/2009/09/02/ado-net-entityobject-generator-how-to-get-the-entitytype-s-entityset-and-how-to-get-entityset-s-entitytypes.aspx
After generating entity model and using it in the c# code I was getting error "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'", it was resolved after removing "
integrated security=True;multipleactiveresultsets=True;App=EntityFramework;" from the connection string auto-generated by entity framework
No comments:
Post a Comment