Entity Framework 4.0; Is there a limit on the number of objects(tables,views,sprocs) it will handle? -


i have database many tables, views , sprocs. if try create data model includes everything, errors out on creation of class file. if try create model views, works fine. there limit or there in config file somewhere needs tweaked?

have tried model tables and/or procs? i'm not aware of size limit possible creation of model taking long sql connection timing out? getting specific error message?


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -