I have created a new Silverlight application with Devforce SL, using the "NextSilverlightApp" Page.XAML as a model for the NoteSearch page.
When NoteSearch.XAML connects to the EntityManager, I receive the following error:
Unable to locate default version of the 'app.config' file - Please contact IdeaBlade tech support
I have tried placing a copy of the app.config from the DomainModel project into the other projects in my application, and have changed the properties so the app.config is an Embedded Resource (from suggestions in Dev Manual).
What is the default version of the app.config file, and where does it need to be located?
Here's the stack trace:
IdeaBlade.Util.v4.IdeaBladeException was unhandled by user code Message="Unable to locate default version of the 'app.config' file - Please contact IdeaBlade tech support" StackTrace: at IdeaBlade.Util.v4.IdeaBladeConfig.DeserializeFromUtil(List`1 tryList) at IdeaBlade.Util.v4.IdeaBladeConfig.InitializeFromSource() at IdeaBlade.Util.v4.IdeaBladeConfig.Initialize() at IdeaBlade.Util.v4.IdeaBladeConfig.get_Instance() at IdeaBlade.Util.v4.IdeaBladeConfig.AssertNonDefaultVersion() at IdeaBlade.EntityModel.v4.EntityManager..ctor(Boolean shouldConnect, String dataSourceExtension, EntityServiceOption entityServiceOption) at IdeaBlade.EntityModel.v4.EntityManager..ctor(Boolean shouldConnect) at CaseManager.DomainModel.DomainModelEntityManager..ctor(Boolean shouldConnect) at CaseManager.Applet.Note.Views.NoteSearch.CreateEntityManager() at CaseManager.Applet.Note.Views.NoteSearch.Page_Loaded(Object sender, RoutedEventArgs e) at System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args) at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName) InnerException:
|