سؤال

When Silverlight runs in Out of Browser mode and off line, can it get the Sql Server Data from a DataBase located in the local disk by means of an ADO Entity Data Model?

هل كانت مفيدة؟

المحلول

I don't think Entity Framework can run in Silverlight due to restrictions imposed by the Silverlight security model (and AFAIK System.Data.dll not available in Silverlight). Typically people use WCF data services client in Silverlight to connect to a data service that exposes your database.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top