The text of this article is not in this database — only its details are. Read it on the old site: Windows Azure - SQL Azure - Using ADO.NET Entity Framework - Creating DataModel
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Jean PaulPosted Sep 11, 2012, 9:32 AM
Probably the namespace is wrong, You can go to the entity.cs file and verify the namespace there.. You can also try placing the entity name alone and use the VS>Resolve option to include the correct namespace.
anil babuPosted Sep 11, 2012, 6:05 AM
In the above process is ok, after that I writting code "WCFMYModel.WCFMYEntities3 obj = new WCFMYModel.WCFMYEntities3();" In the above code "WCFMYModel" this one not shoeing plz help me