<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Vagif Abilov's blog on .NET - All Comments</title><link>http://bloggingabout.net/blogs/vagif/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Introducing Solution Maker 2.0: new features and support for Visual Studio 11</title><link>http://bloggingabout.net/blogs/vagif/archive/2012/03/31/introducing-solution-maker-2-0-new-features-and-support-for-visual-studio-11.aspx#578468</link><pubDate>Mon, 13 May 2013 23:41:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578468</guid><dc:creator>Laurent</dc:creator><description>&lt;p&gt;Hi Vagif,&lt;/p&gt;
&lt;p&gt;I think I have found a little bug in the last version (v2.1.0.1051): when you provide a path with space (like C:\Src\MyCompany\My Project\Customization\MyProject.csproj) and an exclude filter which is a relative path (like *\Customization\*), the filter is ignored, and this could result in failure especially if the filter is mandatory to avoid double name project.&lt;/p&gt;
&lt;p&gt;I have been able to solve the problem by modifying Utils.PathHasMatch by changing wildcardPattern to @&amp;quot;([\w|*|.|\\|\s|-]+)&amp;quot; (aka just add a \s as a possible character).&lt;/p&gt;
&lt;p&gt;And thanks for your great tool man :)&lt;/p&gt;
&lt;p&gt;Laurent.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578468" width="1" height="1"&gt;</description></item><item><title>re: Source code NIDS in the cloud</title><link>http://bloggingabout.net/blogs/vagif/archive/2010/04/18/source-code-in-the-cloud.aspx#578461</link><pubDate>Sat, 04 May 2013 19:22:16 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578461</guid><dc:creator>Raheleh Maleki</dc:creator><description>&lt;p&gt;Help????????&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578461" width="1" height="1"&gt;</description></item><item><title>re: Check your code portability with PCL Compliance Analyzer</title><link>http://bloggingabout.net/blogs/vagif/archive/2013/02/05/check-your-code-portability-with-pcl-compliance-analyzer.aspx#578441</link><pubDate>Thu, 25 Apr 2013 11:58:20 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578441</guid><dc:creator>BSalita</dc:creator><description>&lt;p&gt;Thanks for this tool. Will use it if Xamarin proposal gets green light from clients.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578441" width="1" height="1"&gt;</description></item><item><title>re: Expose MongoDB data as OData feed using MongOData provider</title><link>http://bloggingabout.net/blogs/vagif/archive/2012/05/19/expose-mongodb-data-as-odata-feed-using-mongodata-provider.aspx#578421</link><pubDate>Wed, 10 Apr 2013 06:18:18 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578421</guid><dc:creator>Vagif Abilov</dc:creator><description>&lt;p&gt;Hello Sean,&lt;/p&gt;
&lt;p&gt;I need more info to be able to investigate the problem. I just released the version 0.10 of the provider, and all tests there passed. Obviousy this is a new scenario that I haven&amp;#39;t encountered before. Can you send me more details on vagif.abilov at gmail dot com or open an issue at GitHub? If you can attach your schema or a test data, that would be perfect.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578421" width="1" height="1"&gt;</description></item><item><title>re: Expose MongoDB data as OData feed using MongOData provider</title><link>http://bloggingabout.net/blogs/vagif/archive/2012/05/19/expose-mongodb-data-as-odata-feed-using-mongodata-provider.aspx#578420</link><pubDate>Tue, 09 Apr 2013 22:10:09 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578420</guid><dc:creator>Sean</dc:creator><description>&lt;p&gt;I get the same error as Gabriel, here is a stack trace:&lt;/p&gt;
&lt;p&gt; 	mscorlib.dll!System.ThrowHelper.ThrowArgumentException(System.ExceptionResource resource) + 0x35 bytes	&lt;/p&gt;
&lt;p&gt; 	mscorlib.dll!System.Collections.Generic.Dictionary&amp;lt;string,System.Data.Services.Providers.ResourceType&amp;gt;.Insert(string key, System.Data.Services.Providers.ResourceType value, bool add) + 0x2cc bytes	&lt;/p&gt;
&lt;p&gt; 	mscorlib.dll!System.Collections.Generic.Dictionary&amp;lt;System.__Canon,System.__Canon&amp;gt;.Add(System.__Canon key, System.__Canon value) + 0xb bytes	&lt;/p&gt;
&lt;p&gt; 	DataServiceProvider.dll!DataServiceProvider.DSPMetadata.AddEntityType(string name) + 0xd1 bytes	&lt;/p&gt;
&lt;p&gt; 	Mongo.Context.dll!Mongo.Context.MongoMetadata.AddDocumentType(Mongo.Context.MongoContext context, string collectionName, MongoDB.Bson.BsonDocument document, System.Data.Services.Providers.ResourceTypeKind resourceTypeKind) + 0x76 bytes	&lt;/p&gt;
&lt;p&gt; 	Mongo.Context.dll!Mongo.Context.MongoMetadata.AddResourceSet(Mongo.Context.MongoContext context, string collectionName, MongoDB.Bson.BsonDocument document) + 0x36 bytes	&lt;/p&gt;
&lt;p&gt; 	Mongo.Context.dll!Mongo.Context.MongoMetadata.PopulateMetadataFromCollection(Mongo.Context.MongoContext context, string collectionName, System.Data.Services.Providers.ResourceSet resourceSet) + 0x18e bytes	&lt;/p&gt;
&lt;p&gt; 	Mongo.Context.dll!Mongo.Context.MongoMetadata.PopulateMetadata(Mongo.Context.MongoContext context) + 0x102 bytes	&lt;/p&gt;
&lt;p&gt; 	Mongo.Context.dll!Mongo.Context.MongoMetadata.MongoMetadata(string connectionString, Mongo.Context.MongoConfiguration.Metadata metadata) + 0x191 bytes	&lt;/p&gt;
&lt;p&gt; 	Mongo.Context.dll!Mongo.Context.MongoDataServiceBase&amp;lt;DataServiceProvider.DSPQueryableContext,Mongo.Context.Queryable.MongoDSPResourceQueryProvider&amp;gt;..ctor.AnonymousMethod__1(string x) + 0xa0 bytes	&lt;/p&gt;
&lt;p&gt; 	Mongo.Context.dll!Mongo.Context.MongoDataServiceBase&amp;lt;DataServiceProvider.DSPQueryableContext,Mongo.Context.Queryable.MongoDSPResourceQueryProvider&amp;gt;.MongoDataServiceBase(string connectionString, Mongo.Context.MongoConfiguration mongoConfiguration) + 0x162 bytes	&lt;/p&gt;
&lt;p&gt; 	Mongo.Context.dll!Mongo.Context.Queryable.MongoQueryableDataService.MongoQueryableDataService(string connectionString, Mongo.Context.MongoConfiguration mongoConfiguration) + 0x34 bytes	&lt;/p&gt;
&lt;p&gt;&amp;gt;	MongODataMvc3.dll!MongODataMvc3.MongoDataService.MongoDataService() Line 12 + 0x3c bytes	C#&lt;/p&gt;
&lt;p&gt; 	[Lightweight Function]	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.InstanceProvider.GetInstance(System.ServiceModel.InstanceContext instanceContext, System.ServiceModel.Channels.Message message) + 0xb bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.InstanceBehavior.GetInstance(System.ServiceModel.InstanceContext instanceContext, System.ServiceModel.Channels.Message request) + 0x18 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.InstanceContext.GetServiceInstance(System.ServiceModel.Channels.Message message) + 0x6a bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.InstanceBehavior.EnsureServiceInstance(ref System.ServiceModel.Dispatcher.MessageRpc rpc) + 0x2e bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage41(ref System.ServiceModel.Dispatcher.MessageRpc rpc) + 0x45 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(ref System.ServiceModel.Dispatcher.MessageRpc rpc) + 0x9f bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(ref System.ServiceModel.Dispatcher.MessageRpc rpc) + 0x59 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(ref System.ServiceModel.Dispatcher.MessageRpc rpc) + 0x3b bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(ref System.ServiceModel.Dispatcher.MessageRpc rpc) + 0x4e bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(ref System.ServiceModel.Dispatcher.MessageRpc rpc) + 0x118 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(ref System.ServiceModel.Dispatcher.MessageRpc rpc) + 0x34 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.MessageRpc.Process(bool isOperationContextSet) + 0xf7 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ChannelHandler.DispatchAndReleasePump(System.ServiceModel.Channels.RequestContext request, bool cleanThread, System.ServiceModel.OperationContext currentOperationContext) + 0x574 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(System.ServiceModel.Channels.RequestContext request, System.ServiceModel.OperationContext currentOperationContext) + 0x122 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(System.IAsyncResult result) + 0x3f bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(System.IAsyncResult result) + 0x3f bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Internals.dll!System.Runtime.Fx.AsyncThunk.UnhandledExceptionFrame(System.IAsyncResult result) + 0x2c bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Internals.dll!System.Runtime.AsyncResult.Complete(bool completedSynchronously) + 0x11f bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Internals.dll!System.Runtime.InputQueue&amp;lt;System.ServiceModel.Channels.RequestContext&amp;gt;.AsyncQueueReader.Set(System.Runtime.InputQueue&amp;lt;System.ServiceModel.Channels.RequestContext&amp;gt;.Item item) + 0x44 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Internals.dll!System.Runtime.InputQueue&amp;lt;System.ServiceModel.Channels.RequestContext&amp;gt;.EnqueueAndDispatch(System.Runtime.InputQueue&amp;lt;System.ServiceModel.Channels.RequestContext&amp;gt;.Item item, bool canDispatchOnThisThread) + 0x1b0 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Internals.dll!System.Runtime.InputQueue&amp;lt;System.ServiceModel.Channels.RequestContext&amp;gt;.EnqueueAndDispatch(System.ServiceModel.Channels.RequestContext item, System.Action dequeuedCallback, bool canDispatchOnThisThread) + 0x60 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Channels.SingletonChannelAcceptor&amp;lt;System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.RequestContext&amp;gt;.Enqueue(System.ServiceModel.Channels.RequestContext item, System.Action dequeuedCallback, bool canDispatchOnThisThread) + 0x6b bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Channels.HttpPipeline.EnqueueMessageAsyncResult.CompleteParseAndEnqueue(System.IAsyncResult result) + 0x78 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Channels.HttpPipeline.EnqueueMessageAsyncResult.HandleParseIncomingMessage(System.IAsyncResult result) + 0x33 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Internals.dll!System.Runtime.AsyncResult.SyncContinue(System.IAsyncResult result) + 0x32 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Channels.HttpPipeline.EnqueueMessageAsyncResult.EnqueueMessageAsyncResult(System.ServiceModel.Channels.ReplyChannelAcceptor acceptor, System.Action dequeuedCallback, System.ServiceModel.Channels.HttpPipeline pipeline, System.AsyncCallback callback, object state) + 0x7b bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Channels.HttpPipeline.EmptyHttpPipeline.BeginProcessInboundRequest(System.ServiceModel.Channels.ReplyChannelAcceptor replyChannelAcceptor, System.Action dequeuedCallback, System.AsyncCallback callback, object state) + 0x30 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Channels.HttpChannelListener&amp;lt;System.ServiceModel.Channels.IReplyChannel&amp;gt;.HttpContextReceivedAsyncResult&amp;lt;System.ServiceModel.Channels.IReplyChannel&amp;gt;.ProcessHttpContextAsync() + 0xe0 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.dll!System.ServiceModel.Channels.HttpChannelListener&amp;lt;System.ServiceModel.Channels.IReplyChannel&amp;gt;.BeginHttpContextReceived(System.ServiceModel.Channels.HttpRequestContext context, System.Action acceptorCallback, System.AsyncCallback callback, object state) + 0x5a bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Activation.dll!System.ServiceModel.Activation.HostedHttpTransportManager.HttpContextReceived(System.ServiceModel.Activation.HostedHttpRequestAsyncResult result) + 0x126 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Activation.dll!System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest() + 0x1d8 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Activation.dll!System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest() + 0x1f bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Activation.dll!System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequest(object state) + 0x40 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Internals.dll!System.Runtime.IOThreadScheduler.ScheduledOverlapped.IOCallback(uint errorCode, uint numBytes, System.Threading.NativeOverlapped* nativeOverlapped) + 0x72 bytes	&lt;/p&gt;
&lt;p&gt; 	System.ServiceModel.Internals.dll!System.Runtime.Fx.IOCompletionThunk.UnhandledExceptionFrame(uint error, uint bytesRead, System.Threading.NativeOverlapped* nativeOverlapped) + 0x32 bytes	&lt;/p&gt;
&lt;p&gt; 	mscorlib.dll!System.Threading._IOCompletionCallback.PerformIOCompletionCallback(uint errorCode, uint numBytes, System.Threading.NativeOverlapped* pOVERLAP) + 0x6e bytes	&lt;/p&gt;
&lt;p&gt; 	[Native to Managed Transition]	&lt;/p&gt;
&lt;p&gt; 	[Appdomain Transition]	&lt;/p&gt;
&lt;p&gt; 	[Native to Managed Transition]	&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578420" width="1" height="1"&gt;</description></item><item><title>Simple.Data.Docs and Sample Into 2013</title><link>http://bloggingabout.net/blogs/vagif/archive/2013/01/01/simple-data-odata-adapter-approaching-version-1-0.aspx#578397</link><pubDate>Sun, 24 Mar 2013 05:52:48 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578397</guid><dc:creator>ASP.NET Web Forms bloggers</dc:creator><description>&lt;p&gt;On March 27 last year, Mark Rendle put an idle call out into the ether for help with the documentation&lt;/p&gt;
&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578397" width="1" height="1"&gt;</description></item><item><title>re: Rule engine with WYSIWYG rule serialization</title><link>http://bloggingabout.net/blogs/vagif/archive/2009/04/05/rule-engine-with-wysiwyg-rule-serialization.aspx#578392</link><pubDate>Thu, 21 Mar 2013 12:36:36 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578392</guid><dc:creator>Atul Kumar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it possible to &lt;/p&gt;
&lt;p&gt;use the ouput of one rule in to another like&lt;/p&gt;
&lt;p&gt;if this.rule1.output &amp;lt; this.rule2.output&lt;/p&gt;
&lt;p&gt;then output = 50&lt;/p&gt;
&lt;p&gt;else output = 100&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578392" width="1" height="1"&gt;</description></item><item><title>re: Introducing Simple.OData.Client: a portable OData client library for .NET4.x, Windows Store, Silverlight 5 and Windows Phone 8</title><link>http://bloggingabout.net/blogs/vagif/archive/2013/02/12/intoducing-simple-odata-client-a-portable-odata-client-library-for-net4-x-windows-store-silverlight-5-and-windows-phone-8.aspx#578375</link><pubDate>Tue, 12 Mar 2013 11:59:58 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578375</guid><dc:creator>Vagif Abilov</dc:creator><description>&lt;p&gt;Thanks, I have mailed you at the adress you gave.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578375" width="1" height="1"&gt;</description></item><item><title>re: Introducing Simple.OData.Client: a portable OData client library for .NET4.x, Windows Store, Silverlight 5 and Windows Phone 8</title><link>http://bloggingabout.net/blogs/vagif/archive/2013/02/12/intoducing-simple-odata-client-a-portable-odata-client-library-for-net4-x-windows-store-silverlight-5-and-windows-phone-8.aspx#578374</link><pubDate>Tue, 12 Mar 2013 08:54:34 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578374</guid><dc:creator>Daan</dc:creator><description>&lt;p&gt;Great work. Thanks.&lt;/p&gt;
&lt;p&gt;If you need support with making this work for Mono please contact me.&lt;/p&gt;
&lt;p&gt;jonkeda at Hotmail com&lt;/p&gt;
&lt;p&gt;I am working with MvvmCross to build cross platform apps and this is making my live so much easier.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578374" width="1" height="1"&gt;</description></item><item><title>re: Check your code portability with PCL Compliance Analyzer</title><link>http://bloggingabout.net/blogs/vagif/archive/2013/02/05/check-your-code-portability-with-pcl-compliance-analyzer.aspx#578372</link><pubDate>Sun, 10 Mar 2013 20:47:50 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578372</guid><dc:creator>Gleb</dc:creator><description>&lt;p&gt;My bad, forgot that Silverlight 3 isn&amp;#39;t included in supported platforms list for PCL.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578372" width="1" height="1"&gt;</description></item><item><title>re: Check your code portability with PCL Compliance Analyzer</title><link>http://bloggingabout.net/blogs/vagif/archive/2013/02/05/check-your-code-portability-with-pcl-compliance-analyzer.aspx#578369</link><pubDate>Fri, 08 Mar 2013 13:38:01 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578369</guid><dc:creator>Gleb</dc:creator><description>&lt;p&gt;Nice post and even more useful tool, thanks! &lt;/p&gt;
&lt;p&gt;I notice that Excel workshet doesn&amp;#39;t have Silverlight 3 column. Is it possible to create it (I mean, it&amp;#39;s probably a compiled data anyway)?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578369" width="1" height="1"&gt;</description></item><item><title>re: Introducing Simple.OData.Client: a portable OData client library for .NET4.x, Windows Store, Silverlight 5 and Windows Phone 8</title><link>http://bloggingabout.net/blogs/vagif/archive/2013/02/12/intoducing-simple-odata-client-a-portable-odata-client-library-for-net4-x-windows-store-silverlight-5-and-windows-phone-8.aspx#578365</link><pubDate>Wed, 06 Mar 2013 07:51:43 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578365</guid><dc:creator>Vagif Abilov</dc:creator><description>&lt;p&gt;Hello Elton,&lt;/p&gt;
&lt;p&gt;What platforms are you targeting in your PCL? Since there is a reference to Profile158, it must be .NET 4.5 + Silverlight 5 + Windows Phone 8 + Windows Store. If so, this is correct. Also, what version of Simple.OData.Client have you installed? Note that you must install it with a &amp;quot;-pre&amp;quot; option to get the latest (pre-release) version.&lt;/p&gt;
&lt;p&gt;You can mail me directly at vagif.abilov at gmail dot com.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578365" width="1" height="1"&gt;</description></item><item><title>re: Introducing Simple.OData.Client: a portable OData client library for .NET4.x, Windows Store, Silverlight 5 and Windows Phone 8</title><link>http://bloggingabout.net/blogs/vagif/archive/2013/02/12/intoducing-simple-odata-client-a-portable-odata-client-library-for-net4-x-windows-store-silverlight-5-and-windows-phone-8.aspx#578364</link><pubDate>Tue, 05 Mar 2013 19:35:58 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578364</guid><dc:creator>Elton</dc:creator><description>&lt;p&gt;Hi Vagif,&lt;/p&gt;
&lt;p&gt;I got your odata client through Nuget. However I was not able to reference it in my own portable class library which I planned to use as a service proxy. I got the following error when building: &lt;/p&gt;
&lt;p&gt;Warning 3 The primary reference &amp;quot;Simple.OData.Client.Core&amp;quot; could not be resolved because it has an indirect dependency on the framework assembly &amp;quot;System.Threading.Tasks, Version=2.5.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;quot; which could not be resolved in the currently targeted framework. &amp;quot;.NETPortable,Version=v4.0,Profile=Profile158&amp;quot;. To resolve this problem, either remove the reference &amp;quot;Simple.OData.Client.Core&amp;quot; or retarget your application to a framework version which contains &amp;quot;System.Threading.Tasks, Version=2.5.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;quot;. I2ABusinessObjects&lt;/p&gt;
&lt;p&gt;Please advise, thanks! &lt;/p&gt;
&lt;p&gt;-Elton&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578364" width="1" height="1"&gt;</description></item><item><title>re: Check your code portability with PCL Compliance Analyzer</title><link>http://bloggingabout.net/blogs/vagif/archive/2013/02/05/check-your-code-portability-with-pcl-compliance-analyzer.aspx#578335</link><pubDate>Mon, 18 Feb 2013 14:01:25 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578335</guid><dc:creator>Vagif Abilov</dc:creator><description>&lt;p&gt;Hi wyld_sider,&lt;/p&gt;
&lt;p&gt;Tuple is available not for all platforms, so it&amp;#39;s important to check what platforms you are selecting. As long as I don&amp;#39;t include WP7 and WP7.5 in platform set, Tuple is reported as supported.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578335" width="1" height="1"&gt;</description></item><item><title>Tuples typo?</title><link>http://bloggingabout.net/blogs/vagif/archive/2013/02/05/check-your-code-portability-with-pcl-compliance-analyzer.aspx#578329</link><pubDate>Sat, 16 Feb 2013 00:09:57 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:578329</guid><dc:creator>wyld_sider</dc:creator><description>&lt;p&gt;Perhaps a bug? &amp;nbsp;When I ran this with an assembly with Tuples, it reported it as failing, but when I looked in the spreadsheet, they were there. &amp;nbsp;Can you double check this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578329" width="1" height="1"&gt;</description></item></channel></rss>