<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : DataSource Extension and multiple data model dlls</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : DataSource Extension and multiple data model dlls</description>
  <pubDate>Wed, 22 May 2013 19:03:26 -700</pubDate>
  <lastBuildDate>Fri, 03 Sep 2010 16:43:08 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2118</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>DataSource Extension and multiple data model dlls : Yes, the same version of DevForce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2118&amp;PID=8361#8361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 2118<br /><strong>Posted:</strong> 03-Sep-2010 at 4:43pm<br /><br />Yes, the same version of DevForce should be used on&nbsp;the client and server.<DIV></DIV>]]>
   </description>
   <pubDate>Fri, 03 Sep 2010 16:43:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2118&amp;PID=8361#8361</guid>
  </item> 
  <item>
   <title>DataSource Extension and multiple data model dlls : After research and investigation,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2118&amp;PID=8360#8360</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=913" rel="nofollow">yafei</a><br /><strong>Subject:</strong> 2118<br /><strong>Posted:</strong> 03-Sep-2010 at 3:33pm<br /><br />After research and investigation, I find&nbsp;this is caused by the FPServicesEntities domain model. We created the FPServicesEntities model project by using old version of IdeaBlade (possibly 6.0.3). The domain model Visitrackentities is created by using 6.0.4. I got the error above, when I deploy them into the BOS (6.0.4) server.&nbsp;The problem goes away when I re-recreate the FPServicesEntities model using 6.0.4 and deploy to BOS server. <DIV>&nbsp;</DIV><DIV>It looks there is a problem on version compatible upwards (downwards).&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 03 Sep 2010 15:33:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2118&amp;PID=8360#8360</guid>
  </item> 
  <item>
   <title>DataSource Extension and multiple data model dlls : I have a data model dll and an...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2118&amp;PID=8327#8327</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=913" rel="nofollow">yafei</a><br /><strong>Subject:</strong> 2118<br /><strong>Posted:</strong> 02-Sep-2010 at 12:34pm<br /><br />I have a data model dll and an seperate admin data model dll. I always get errors when I try to implement DataSource extension. <DIV>&nbsp;</DIV><DIV>ServerService.exe.config:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; &lt;connectionStrings&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;add name="VisitrackEntities_A1" connectionString="metadata=res://*/VisitTrack.csdl|res://*/VisitTrack.ssdl|res://*/VisitTrack.msl;provider=System.Data.SqlClient;provider connection string=&amp;quot;Data Source=DEVSERVER\DEVSQL;Initial Catalog=Visitrack;User Id=localdev;Password=anotherhotday;MultipleActiveResultSets=True&amp;quot;" providerName="System.Data.EntityClient" /&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;add name="FPServicesEntities_B" connectionString="metadata=res://*/FPServicesEDM.csdl|res://*/FPServicesEDM.ssdl|res://*/FPServicesEDM.msl;provider=System.Data.SqlClient;provider connection string=&amp;quot;Data Source=DEVSERVER\DEVSQL;Initial Catalog=Visitrack;User Id=localdev;Password=anotherhotday;MultipleActiveResultSets=True&amp;quot;" providerName="System.Data.EntityClient" /&gt;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Errors:</DIV><DIV>IdeaBlade.EntityModel.EntityServerException was unhandled<BR>&nbsp; Message=Key 'FPSERVICESENTITIES': Key 'FPSERVICESENTITIES': The underlying provider failed on ConnectionString.<BR>&nbsp; Source=IdeaBlade.EntityModel<BR>&nbsp; Cancelled=false<BR>&nbsp; RemoteExceptionDetails=IdeaBlade.EntityModel.EntityServerException: Key 'FPSERVICESENTITIES': The underlying provider failed on ConnectionString. ---&gt; System.Data.EntityException: The underlying provider failed on ConnectionString. ---&gt; System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.<BR>&nbsp;&nbsp; at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String&amp; keyname, String&amp; keyvalue)<BR>&nbsp;&nbsp; at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey)<BR>&nbsp;&nbsp; at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlConnectionString..ctor(String connectionString)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous)<BR>&nbsp;&nbsp; at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions&amp; userConnectionOptions)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlConnection.set_ConnectionString(String value)<BR>&nbsp;&nbsp; at System.Data.EntityClient.EntityConnection.ChangeConnectionString(String newConnectionString)<BR>&nbsp;&nbsp; --- End of inner exception stack trace ---<BR>&nbsp;&nbsp; at System.Data.EntityClient.EntityConnection.ChangeConnectionString(String newConnectionString)<BR>&nbsp;&nbsp; at System.Data.EntityClient.EntityConnection..ctor(String connectionString)<BR>&nbsp;&nbsp; at System.Data.Objects.ObjectContext.CreateEntityConnection(String connectionString)<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.Edm.EdmKey.CreateContext()<BR>&nbsp;&nbsp; --- End of inner exception stack trace ---<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.Edm.EdmKey.CreateContext()<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.Edm.EdmKey.Initialize()<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.Edm.EdmKey.CreateContext()<BR>&nbsp; RemoteExceptionName=IdeaBlade.EntityModel.EntityServerException<BR>&nbsp; RemoteSource=IdeaBlade.EntityModel.Edm<BR>&nbsp; RemoteStackTrace=&nbsp;&nbsp; at IdeaBlade.EntityModel.Edm.EdmKey.CreateContext()<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.Edm.EdmKey.Initialize()<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.Edm.EdmKey.CreateContext()<BR>&nbsp; StackTrace:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.HandleEntityServerException(Exception pException, Boolean pTryToHandle, PersistenceOperation pOperation)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.ExecuteServerQuery(IEntityQuerySurrogate entityQuery)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.ExecuteFetch(IEntityFinder finder)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityQueryFinder.Execute()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.ExecuteQueryCore(IEntityQuery query, Boolean isAsync)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.ExecuteQuery&#091;T&#093;(IEntityQuery`1 query)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityQueryExtensions.Execute&#091;T&#093;(IEntityQuery`1 query)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityQuery`1.GetEnumerator()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at WpfApplication1.MainWindowViewModel.FirstSample() in C:\Docs\IdeaBlade\ProtoType\010_IntroToDevForce\HelloDevForce\WPF\HelloDevForce_BasicVersion\CodeCS\WpfApplication1\MainWindowViewModel.cs:line 105<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at WpfApplication1.MainWindowViewModel.Start() in C:\Docs\IdeaBlade\ProtoType\010_IntroToDevForce\HelloDevForce\WPF\HelloDevForce_BasicVersion\CodeCS\WpfApplication1\MainWindowViewModel.cs:line 57<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at WpfApplication1.MainWindow.MainWindow_Loaded(Object sender, RoutedEventArgs e) in C:\Docs\IdeaBlade\ProtoType\010_IntroToDevForce\HelloDevForce\WPF\HelloDevForce_BasicVersion\CodeCS\WpfApplication1\MainWindow.xaml.cs:line 44<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Internal.LoadedOrUnloadedOperation.DoWork()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Interop.HwndTarget.OnResize()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Win32.UnsafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Window.ShowHelper(Object booleanBox)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.DispatcherOperation.InvokeImpl()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Threading.ExecutionContext.runTryCode(Object userData)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.DispatcherOperation.Invoke()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.ProcessQueue()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp; msg)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Threading.Dispatcher.Run()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Application.RunDispatcher(Object ignore)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Application.RunInternal(Window window)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Application.Run(Window window)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.Application.Run()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at WpfApplication1.App.Main() in C:\Docs\IdeaBlade\ProtoType\010_IntroToDevForce\HelloDevForce\WPF\HelloDevForce_BasicVersion\CodeCS\WpfApplication1\obj\x86\Debug\App.g.cs:line 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String&#091;&#093; args)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String&#091;&#093; args)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Threading.ThreadHelper.ThreadStart_Context(Object state)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Threading.ThreadHelper.ThreadStart()<BR>&nbsp; InnerException: <BR></DIV>]]>
   </description>
   <pubDate>Thu, 02 Sep 2010 12:34:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2118&amp;PID=8327#8327</guid>
  </item> 
 </channel>
</rss>