-
Today I implemented an example web application using bootstrap/angular which should perform basic CRUD operations on Sharepoint 2010 Lists with rest api. You can host your complete bootstrap/angular web application in sharepoint and display it in a web part. To archieve this, first create or use a document...
-
When you are extracting an InfoPath file you will get many diffent files, one of them is the manifest.xsf file. I had to modify the manifest.xsf file with C# code and change some values inside the xml. For this task I used the XmlDocument class from .NET. After I saved the modified file and repacked...
-
Today I am presenting you a tool which helps you to create an InfoPath (.XSN) file. When you want to edit the manifest.xsf file or any other file in an Infopath form you need to unpack theese files and then edit them. After they were edited I had the problem to pack those into an InfoPath file again...
-
Hello, in our project we downloaded many InfoPath files from the old sharepoint server. Now we wanted to upgrade them from “Web Browser Form (InfoPath 2007)” to “Web Browser Form” without opening them all in the InfoPath Designer. For this I had to unpack the .xsn InfoPath file (for example with 7Zip...
-
In the Part I of this article series I described how to build the System on Module application in .NET Micro Framework which publishes (ingress) events from sensor to the Service Bus. Additionally I also described how to implement the listener on the sensor which is receiving remotely sent commands....
-
No question IoT (Internet of Things) seems to be very interesting, usable and powerful topic. When talking about IoT we typically think about small devices and cool solutions around them in human accessible environment. Interestingly, there is an initiative in Germany called “ Industrie 4.0 ”,...
-
No question IoT (Internet of Things) seems to be very interesting, usable and powerful topic. When talking about IoT we typically think about small devices and cool solutions around them in human accessible environment. Interestingly, there is an initiative in Germany called “ Industrie 4.0 ”,...
-
When Working with Share Point Workflows (Workflow Manager) you might notice following error in the event log. The associated workflow has been deprecated. In the normal system state this error should never happen. However the Workflow Manager Client API allows you to write peace of code which does not...
-
Hey guys, currently SharePoint 2013 is not supported for installations on servers running Windows Server 2012 R2. If you are on such an environment and try to install SharePoint Pre-requisites you get an really annoying error. "Application Server Role, Web Server (IIS) Role: configuration error"...
-
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...
-
I'm very happy that 01. Mai is on the front. This is my favorite Barbie Queue day. But till than one more public conference only. WinDays is probably after Tech Ed the biggest developer conference in Europe. Traditionally I will give few talks there. As always I will talk about things which...
-
The first Cumulative Update for Workflow Manager and Service Bus or formally known SharePoint workflow is online. which actually includes Suspend/Resume of instances support. (It will also be available via WebPI soon). WF Manager : KB article (KB2799754): here Download page: here Service Bus:...
-
Assume you have an activity which is executing for very long time. This is so called Long-Running workflow. In fact long-running scenario is one of scenarios in Commuter Sciences which practically can very easy be solved by Using Microsoft Workflow Foundation. Following workflow show never ending workflow...
-
To get a feeling how SharePoint Workflows look like under the hub take a look on following example: http://developers.de/media/p/422263.aspx . This is the original XML which fully (natively) describe the workflow deployed by SharePoint. Following picture shows a snapshot of the XML which can be downloaded...
-
If The Workflow Manager Backend service terminates unexpectedly all workflow’s persisted data will remain persisted in database, but the workflow itself will stop the execution. In this case there is an event id 7031 in System Event Log : The Workflow Manager Backend service terminated unexpectedly ...