﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - DevForce</title><link>http://www.intersoftsolutions.com/Community/Tags/DevForce/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>DevForce 2012 Supported by Intersoft WebUI Studio?</title><link>http://www.intersoftsolutions.com/Community/Tags/DevForce/</link><pubDate>Mon, 05 Nov 2012 14:30:15 GMT</pubDate><dc:creator>DaveDeSmet</dc:creator><category>IdeaBlade</category><category>DevForce</category><description>&lt;p&gt;Good day,&lt;/p&gt;
&lt;p&gt;IdeaBlade has released DevForce 2012 and I'm wondering if Intersoft WebUI supports this version, specially ClientUI, as I'm more interested in this one.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit:&lt;/strong&gt; As expected, creating projects from Intersoft Templates is not working without code modifications.&lt;/p&gt;
&lt;p&gt;There's also a warning:&lt;/p&gt;
&lt;p&gt;Reference to type 'IdeaBlade.EntityModel.INotifyCompleted' claims it is defined in 'c:\Users\Dave\Documents\Visual Studio 2012\Projects\Test\packages\IdeaBlade.DevForce.Core.7.0.2\lib\net45\IdeaBlade.EntityModel.dll', but it could not be found c:\Program Files (x86)\Intersoft Solutions\ClientUI 7\WPF\Bin\Intersoft.Client.Data.Provider.DevForce.dll&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Any ETA?&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>QueryDescriptor enhancement for DevForce - Introduce QueryStrategy</title><link>http://www.intersoftsolutions.com/Community/Tags/DevForce/</link><pubDate>Mon, 13 Feb 2012 05:42:26 GMT</pubDate><dc:creator>mlcmds</dc:creator><category>ClientUI</category><category>DevForce</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Would it be possible to introduce the QueryStrategy property available in DevForce in the QueryDescriptor ?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Currently I have implemented thro partial class&lt;/p&gt;
&lt;p&gt;Would be very useful in DataLokkup and Querying as we can dynamically decide whether to re-query from database or not.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Balachander&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Intersoft Data Extensions for DevForce problem with newest DevForce 2010 v6.1.0</title><link>http://www.intersoftsolutions.com/Community/Tags/DevForce/</link><pubDate>Fri, 13 May 2011 04:31:54 GMT</pubDate><dc:creator>kkolodziejczyk</dc:creator><category>DevForce</category><description>Hi,&lt;br /&gt;
&lt;p&gt;Our data extensions for DevForce EntityQueryExtensions located in assembly "Intersoft.Client.Data.Provider.DevForce.dll" not working correctly&lt;br /&gt;with newest version of DevForce 2010 v6.1.0.&lt;br /&gt;&lt;br /&gt;I'm trying use the data provider extension takes the QueryDescriptor as an input. Code is below:&lt;/p&gt;&lt;pre&gt;public override void GetTotalItemCount(QueryDescriptor queryDescriptor, Action&amp;lt;int&amp;gt; onSuccess)
{
	var op = this.Manager.Users.Parse(queryDescriptor, false).AsScalarAsync().Count();
	op.Completed &amp;#43;= (o, e) =&amp;gt;
	{
		if (onSuccess != null)
			onSuccess(e.Result);
	};
}&lt;/pre&gt;
&lt;p&gt;This code compiles correctly, but at runtime throws an exception:&lt;/p&gt;&lt;pre&gt;System.MissingMethodException was unhandled by user code
  Message=Method not found: 'IdeaBlade.EntityModel.IEntityQuery`1&amp;lt;!!0&amp;gt; IdeaBlade.EntityModel.EntityQueryExtensions.OrderBySelector(IdeaBlade.EntityModel.IEntityQuery`1&amp;lt;!!0&amp;gt;, IdeaBlade.Core.IPropertySortSelector)'.
  StackTrace:
       w Intersoft.Client.Data.Provider.DevForce.EntityQueryExtensions.[TEntity](IEntityQuery`1 query, SortDescriptorCollection sortDescriptors)
       w Intersoft.Client.Data.Provider.DevForce.EntityQueryExtensions.Parse[TEntity](IEntityQuery`1 query, QueryDescriptor queryDescriptor, Boolean applyPageDescriptor)
       w S4MApp.ModelServices.UsersRepository.GetTotalItemCount(QueryDescriptor queryDescriptor, Action`1 onSuccess)
       w S4MApp.ViewModels.UsersViewModel.GetTotalItemCount()
       w S4MApp.ViewModels.UsersViewModel.OnQueryChanged(Object sender, EventArgs e)
       w Intersoft.Client.Data.ComponentModel.QueryDescriptor.?(Object sender, EventArgs e)
       w MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
       w MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)&lt;/pre&gt;
&lt;p&gt;When I downgrade DevForce to version 6.0.8 this code is working properly.&lt;br /&gt;Hope this helps. Thank you.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Krzysztof&lt;br /&gt;&lt;/p&gt;</description></item><item><title>ClientUI with IDEABlade Devforce Business Application Template</title><link>http://www.intersoftsolutions.com/Community/Tags/DevForce/</link><pubDate>Mon, 09 May 2011 01:57:22 GMT</pubDate><dc:creator>mlcmds</dc:creator><category>ClientUI</category><category>Template</category><category>DevForce</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The Business Application template with WCF Ria Services (Webcontext, Authentication in UxPage etall...) is very useful as it makes us get off the starting block very quickly.&lt;/p&gt;
&lt;p&gt;I guess at the movement we do not have a similar template for working with Devforce.&lt;/p&gt;
&lt;p&gt;I have been using the one supplied by Andrzej and later modified by you.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Could you provide a similar standard Business Application template with Devforce ?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I notice Mr. Jimmy Petrus has said something to that effect in that post. &lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Balachander&lt;/p&gt;</description></item><item><title>Binding to SQL Server</title><link>http://www.intersoftsolutions.com/Community/Tags/DevForce/</link><pubDate>Thu, 13 Jan 2011 17:44:00 GMT</pubDate><dc:creator>MarkDavison</dc:creator><category>ClientUI</category><category>DevForce</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to evaluate ClientUI and as usual there are a few things I need to prove. I am also learning Silverlight so this questions is probably pretty basic!&lt;/p&gt;
&lt;p&gt;We want to make use of our current SQL Server database and the SP in it. Can anyone point me in the write direction to display data from a SQL Server call into a DataPresenter in ClientUI?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;</description></item></channel></rss>