<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://live.mscommunity.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">DamirDobric</title><subtitle type="html" /><id>http://live.mscommunity.net/blogs/damirdobric/atom.aspx</id><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/default.aspx" /><link rel="self" type="application/atom+xml" href="http://live.mscommunity.net/blogs/damirdobric/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20611.960">Community Server</generator><updated>2010-01-23T18:45:37Z</updated><entry><title>AppFabric Error: A base address with the uri scheme 'net.pipe' needs to be specified…</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/03/04/appfabric-error-a-base-address-with-the-uri-scheme-net-pipe-needs-to-be-specified.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/03/04/appfabric-error-a-base-address-with-the-uri-scheme-net-pipe-needs-to-be-specified.aspx</id><published>2010-03-04T22:38:01Z</published><updated>2010-03-04T22:38:01Z</updated><content type="html">When setting up your service, you may figure out, that service has not been properly started. To make sure, that this statement is true open the AppFabric event log and enable Operational logging. Clear all log entries and start the service. If the service is autstartable stop the pool before clearing of the event log. Now start the service and look for the error shown below: System.ServiceModel.ServiceActivationException: The service &amp;#39;/Services/RoutingService/ServiceManagement.svc&amp;#39; cannot...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/03/04/appfabric-error-a-base-address-with-the-uri-scheme-net-pipe-needs-to-be-specified.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=50639" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author><category term="WCF" scheme="http://live.mscommunity.net/blogs/damirdobric/archive/tags/WCF/default.aspx" /><category term="AppFabric" scheme="http://live.mscommunity.net/blogs/damirdobric/archive/tags/AppFabric/default.aspx" /></entry><entry><title>AppFabric BETA 2: The Platform for the Cloud Era</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/03/02/appfabric-beta-2-the-platform-for-the-cloud-era.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/03/02/appfabric-beta-2-the-platform-for-the-cloud-era.aspx</id><published>2010-03-02T22:34:30Z</published><updated>2010-03-02T22:34:30Z</updated><content type="html">If you are still asking yourself, what is the AppFabric , take a look on these few key features described below. After almost two years the Microsoft’s new product is getting to be released soon (Q3 2010). For now we are announcing the publicly available BETA 2 version, which is build on top of .NET 4.0. If you already have installed BETA 1 version please take a look on this post . Simplified Composite Apps (Built on top of .NET 4.0) Developers can simplify the development of composite applications...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/03/02/appfabric-beta-2-the-platform-for-the-cloud-era.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=50558" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author></entry><entry><title>The best of WCF 4.0 and WF 4.0</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/28/the-best-of-wcf-4-0-and-wf-4-0.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/28/the-best-of-wcf-4-0-and-wf-4-0.aspx</id><published>2010-02-28T16:49:37Z</published><updated>2010-02-28T16:49:37Z</updated><content type="html">At March 18th 2010 at Microsoft in Bad Homburg (Frankfurt area) I will give an overview of most important new features of upcoming WCF 4.0 and WF 4.0. The talk will be covered in context of .NET User Group Frankfurt am Main. Please feel invited all of you software architects and developers who leverage .NET technologies to build none trivial enterprise application for Windows platform. The session will take two hours at least of scheduled official part. After that we will step into none official...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/28/the-best-of-wcf-4-0-and-wf-4-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=50490" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author></entry><entry><title>How to enable multiple site bindings in WCF 4.0</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/28/how-to-enable-multiple-site-bindings-in-wcf-4-0.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/28/how-to-enable-multiple-site-bindings-in-wcf-4-0.aspx</id><published>2010-02-28T00:00:17Z</published><updated>2010-02-28T00:00:17Z</updated><content type="html">This post describes shortly how to enable multiple site bindings in WCF 4.0. Open IIS 7 Manager and create new site. Add two bindings to the site like shown in the picture below: After that either configure your DNS or change host file %SYSTEM%\System32\drivers\etc\hosts like: 127.0.0.1&amp;#160;&amp;#160;&amp;#160; sample1 127.0.0.1&amp;#160;&amp;#160;&amp;#160; sample2 When you now browse now for the service page by http://sample1/MyService.svc or http://sample2/MyService.svc you should get following error: This collection...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/28/how-to-enable-multiple-site-bindings-in-wcf-4-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=50461" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author><category term="WCF" scheme="http://live.mscommunity.net/blogs/damirdobric/archive/tags/WCF/default.aspx" /><category term="AppFabric" scheme="http://live.mscommunity.net/blogs/damirdobric/archive/tags/AppFabric/default.aspx" /></entry><entry><title>WCF 4.0 file-less activation error: ServiceHost only supports class service types.</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/25/wcf-4-0-file-less-activation-error-servicehost-only-supports-class-service-types.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/25/wcf-4-0-file-less-activation-error-servicehost-only-supports-class-service-types.aspx</id><published>2010-02-25T22:12:55Z</published><updated>2010-02-25T22:12:55Z</updated><content type="html">When working with WCF 4.0 and File-Less Service Activation you may get following error: ServiceHost only supports class service types. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentException: ServiceHost only supports class service types. Source Error: An unhandled exception was generated during the execution of the...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/25/wcf-4-0-file-less-activation-error-servicehost-only-supports-class-service-types.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=50386" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author><category term="WCF" scheme="http://live.mscommunity.net/blogs/damirdobric/archive/tags/WCF/default.aspx" /><category term="AppFabric" scheme="http://live.mscommunity.net/blogs/damirdobric/archive/tags/AppFabric/default.aspx" /></entry><entry><title>Standard Endpoints and MexBindings</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/22/standard-endpoints-and-mexbindings.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/22/standard-endpoints-and-mexbindings.aspx</id><published>2010-02-22T21:12:50Z</published><updated>2010-02-22T21:12:50Z</updated><content type="html">WCF 4.0 provides few so called standard endpoints: WorkflowControlEndpointElement ServiceMetadataEndpointElement AnnouncementEndpointElement UdpDiscoveryEndpointElement : DiscoveryEndpointElement DynamicEndpointElement They can be used to add some specific features to service. For example udpDiscoveryEndpoint enables add-hoc discovery of the service. This endpoint according to specification provides discovery of the service address. Unfortunately, this does not provide information about the binding...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/22/standard-endpoints-and-mexbindings.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=50271" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author></entry><entry><title>Samples for WF 4.0 and WCF 4.0 Release Candidate</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/21/samples-for-wf-4-0-and-wcf-4-0-release-candidate.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/21/samples-for-wf-4-0-and-wcf-4-0-release-candidate.aspx</id><published>2010-02-21T10:54:05Z</published><updated>2010-02-21T10:54:05Z</updated><content type="html">WF: http://msdn.microsoft.com/en-us/library/dd489441(VS.100).aspx WCF: http://msdn.microsoft.com/en-us/library/dd456779(VS.100).aspx WF Designer: http://msdn.microsoft.com/en-us/library/dd489396(VS.100).aspx WCF Samples: http://msdn.microsoft.com/en-us/library/dd483346(VS.100).aspx WF Samples: http://msdn.microsoft.com/en-us/library/dd483375(VS.100).aspx...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/21/samples-for-wf-4-0-and-wcf-4-0-release-candidate.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=50232" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author><category term="WCF" scheme="http://live.mscommunity.net/blogs/damirdobric/archive/tags/WCF/default.aspx" /></entry><entry><title>Uninstalling of AppFabric Beta 1</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/19/uninstalling-of-appfabric-beta-1.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/19/uninstalling-of-appfabric-beta-1.aspx</id><published>2010-02-19T17:59:15Z</published><updated>2010-02-19T17:59:15Z</updated><content type="html">If you have installed the AppFabric beta 1, and want to install VS 2010 RC, note that you have to uninstall AppFabric BETA 1 before installing of VS RC bits. This is NOT documented in installation documentation of VS 2010 BETA 1. AppFabric BETA 1 is buld with dependency to .NET 40 BETA 1 which is build 4 v4.0.21006 . The new version of .NET 4.0 is build v4.0.30128 . When uninstalling AppFabric setup looks for the old version of .NET 40 BETA 1 which is renamed as old_4 v4.0.21006 . The exact dependency...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/19/uninstalling-of-appfabric-beta-1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=50162" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author></entry><entry><title>First VS 2010 RC Patch for Brave Hearths</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/16/first-vs-2010-rc-patch-for-brave-hearths.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/16/first-vs-2010-rc-patch-for-brave-hearths.aspx</id><published>2010-02-16T01:42:59Z</published><updated>2010-02-16T01:42:59Z</updated><content type="html">If you are one of brave VS 2010 starters, you might notice that the VS IDE just diaper frequently&amp;#160; in front of your eyes. This happens if you are looking to critically focused on the screen or if you type something like MyClass&amp;lt;TypeHereAnything&amp;gt; or, or ,.. Anyhow, there is a help patch for this. :)...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/16/first-vs-2010-rc-patch-for-brave-hearths.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=49980" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author></entry><entry><title>Visual Studio 2010 RC Setup does not start on Windows 7 - x64</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/13/visual-studio-2010-rc-setup-does-not-start-on-windows-7-x64.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/13/visual-studio-2010-rc-setup-does-not-start-on-windows-7-x64.aspx</id><published>2010-02-13T18:01:10Z</published><updated>2010-02-13T18:01:10Z</updated><content type="html">I tried to install Visual Studio Release Candidate 2010 &amp;#160; on one one Windows 7 - 64 – Bit machines. Unfortunately the setup just does not start. If I try to start the same setup (to be sure that hash is correct) from other Win7 64-Bit machine it starts successfully. Note that my machine which cannot start the setup had previously installed VS 2010 Beta 2. I did my best to uninstall bunch of components in the right order. But, who knows. To workaround this problem I started the setup.exe in Setup...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/13/visual-studio-2010-rc-setup-does-not-start-on-windows-7-x64.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=49894" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author></entry><entry><title>File-less activation of Routing Service</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/09/file-less-activation-of-routing-service.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/09/file-less-activation-of-routing-service.aspx</id><published>2010-02-09T22:56:48Z</published><updated>2010-02-09T22:56:48Z</updated><content type="html">while using File-Less activation feature to activate RoutingService you may experience an error. To make sure that RoutingService works at all, I added RoutingService.svc file which hosts RoutingService: &amp;lt;%@ ServiceHost Language=&amp;quot;C#&amp;quot; Debug=&amp;quot;true&amp;quot; Service=&amp;quot;System.ServiceModel.Routing.RoutingService, System.ServiceModel.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;quot;%&amp;gt; When I open the page /RoutingService.svc the WSDL description is shown...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/09/file-less-activation-of-routing-service.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=49579" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author></entry><entry><title>WinSpool.Drv SetPort function fails</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/09/winspool-drv-setport-function-fails.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/09/winspool-drv-setport-function-fails.aspx</id><published>2010-02-09T16:10:43Z</published><updated>2010-02-09T16:10:43Z</updated><content type="html">When calling SetPort function implemented in WinSpool.Drv within .NET, you may get following error: 0x0000007C - The system call level is not correct. After intensive digging in internet I didn’t find anything related to this error. The problem is that obviously nobody has ever called it within .NET. This is reasonable, because this function is designed to be called within one port monitor , and port monitor is always written in C++ as user mode driver. Till now. The error above has no logical meaning...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/02/09/winspool-drv-setport-function-fails.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=49549" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author></entry><entry><title>Error while MergingDictionaries in Silverlight</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/01/26/error-while-mergingdictionaries-in-silverlight.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/01/26/error-while-mergingdictionaries-in-silverlight.aspx</id><published>2010-01-26T13:25:15Z</published><updated>2010-01-26T13:25:15Z</updated><content type="html">In my SIlverlight application I used following code to perform the merge of Resources which are stored in some dedicated assembly designed for this purpose. For this reason I used following code: ResourceDictionary dict = new ResourceDictionary (); string src = “/MySilverlightControls;component/themes/MyDictionary.xaml” dict.Source = new Uri (src, UriKind .RelativeOrAbsolute); Application .Current.Resources.MergedDictionaries.Add(dict); This code usually works perfect. However sometimes it fails...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/01/26/error-while-mergingdictionaries-in-silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=48680" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author><category term="Silverlight" scheme="http://live.mscommunity.net/blogs/damirdobric/archive/tags/Silverlight/default.aspx" /></entry><entry><title>DataServices 0x80070006 error</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/01/26/dataservices-0x80070006-error.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/01/26/dataservices-0x80070006-error.aspx</id><published>2010-01-26T12:59:53Z</published><updated>2010-01-26T12:59:53Z</updated><content type="html">When working with Ado.Net data services you may get following error. Could not load file or assembly &amp;#39;System.Data.Services.Client, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; or one of its dependencies. The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) This error can indicate anything related to JIT-er. In my case there is directly nothing to do with JIT-er. I have a service which talks to database by using of ADO.NET services (like described in...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/01/26/dataservices-0x80070006-error.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=48681" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author><category term="WCF" scheme="http://live.mscommunity.net/blogs/damirdobric/archive/tags/WCF/default.aspx" /><category term="Silverlight" scheme="http://live.mscommunity.net/blogs/damirdobric/archive/tags/Silverlight/default.aspx" /></entry><entry><title>Difficulties Virtual PC on Windows 7</title><link rel="alternate" type="text/html" href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/01/23/difficulties-virtual-pc-on-windows-7.aspx" /><id>http://live.mscommunity.net/blogs/damirdobric/archive/2010/01/23/difficulties-virtual-pc-on-windows-7.aspx</id><published>2010-01-23T17:45:37Z</published><updated>2010-01-23T17:45:37Z</updated><content type="html">In my daily working I use used a number of virtual images, with different configurations. After I installed Virtual PC for Windows 7 x64 I figured out that no one of my images can be used. Problem I When you start the image created on Release Candidate of Windows 7 following error appear: “Could not register the virtual machine. The virtual machine configuration could not be added. User does not have sufficient access rights. “ I was like “uupss”?! Really no time for such stupid thinks. To workaround...(&lt;a href="http://live.mscommunity.net/blogs/damirdobric/archive/2010/01/23/difficulties-virtual-pc-on-windows-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://live.mscommunity.net/aggbug.aspx?PostID=48419" width="1" height="1"&gt;</content><author><name>anonymous</name><uri>http://live.mscommunity.net/members/anonymous.aspx</uri></author></entry></feed>