-
If you are experienced enterprise developer who targets the Microsoft platform, you have probably at least once in your have a requirement to share some state across different instance of an application. But, if you are hobby developer or any other professional developer, who possible do not focus distributed...
-
When working with Workflows, which running in Workflow Manager (SP devs call it usually SharePoint Workflow) on-premises or in Office 365 you might get following error: Expression: DateTime.Now.ToString() " Property access conversion to an activity is not supported for property 'CurrentDomain'...
-
When working with ServiceBus for Server, the setup is responsible to define default user’s permissions. During setup procedure you will have to provide the credentials of the user who will be admitted to host and to manage Service Bus. However permissions for Workflow Manager are managed a different...
-
Announcing agenda for session “SharePoint Workflow Engine Deep Dive” at conference “ Knowledge Days rund um SharePoint - DAS Event zu Microsoft SharePoint 2013 ” in Munic at Nov. 20 and Nov.21. 2012. AGENDA
-
Note that when using workflows with Variables of type Exception, you might run into serialization issues. This is usually not a general Workflow problem. However if you use persistence feature, workflow host with enforce serialization of all variables in the workflow. Because Exception is not...
-
If you are professional developer or architect who focus Microsoft technologies, then ADC is the conference of great choice. Internationally recognized and legendary experts will present most popular technology topics. One of best things at this conference I personally like is “NO MARKETING”. All session...
-
Cumulative HotFixes for Windows Server AppFabric: http://msdn.microsoft.com/en-us/library/hh351221.aspx
-
When you start working with WCF on Windows 8 and IIS8, you might run into following problem. HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map. To make...
-
When working with Windows Azure Workflow, Workflow Host Manager or Share Point 2013 Workflow you might experience several problems related to Message Broker Service. Issues related to broker In SharePoint are manifested through workflow deployment issues. For example, if you try to deploy the workflow...
-
When building custom workflows in SharePoint or when building in general Workflows with WF 4.5, you might get following error: ”Left and Right argument types should match for comparison operations” Due the new C# Expression support, this error will happen if you have an C# expression like shown at the...
-
Service Bus 1.0 (also called Service Bus Server) is a Microsoft messaging product, which many people will compare with Enterprise Service Bus. Currently Microsoft is NOT positioning Service Bus Server as an ESB product. The reason for that is that Service Bus doesn’t support many of features which are...
-
First of all download all components from http://www.microsoft.com/en-us/download/details.aspx?id=30369 To install the Service Bus run workflow.3f.3f.3fnew.exe . Another possibility would be to use Web Platform installer. After start of installation setup will detect dependent components. Please note...
-
In July 2012 Microsoft has for the first time published a peace of Windows Azure which is installable locally (On-Premise). It is Service Bus (v1 BETA) which is slightly adapted version of Windows Azure Service Bus. If you are aware of this product this post will help you to install it. If you are new...
-
This post is related to BETA version of Service Bus Server and Workflow Host which is used in Share Point 2013. It should help you to uninstall previous version of Service Bus and Workflow. Use the following procedure to remove Workflow and Service Bus from a node in a farm. You must perform these actions...
-
The OnPrem version of Windows Azure Service Bus is probably firs peace of Azure Cloud which can be installed on your laptop. Personally I would call it Enterprise Service Bus, which can and should be used for almost any kind of messaging in enterprise. The good thin on this is that the exactly (more...