Jean-Paul Smit

Azure - BizTalk - WCF- WF

Browse by Tags

All Tags » Visual Studio (RSS)
Deploying WCF Services using Web Deploy
More than two years ago I wrote a blog post about deploying WCF services using a Web Setup project. Back then it wasn’t an easy task to get services deployed using it. Especially the UI customization of the installation wizard dialog gave me some...

Posted Mon, Jun 4 2012 8:31 PM by Jean-Paul Smit | with no comments

Filed under: , ,

BizTalk in the Cloud, One Step Closer
We all know Microsoft is putting an enormous amount of effort in their cloud initiative called Azure. It started with compute and storage but in the mean time it has grown and more and more products are released in a cloud version before the on-premise...

Posted Sat, Dec 17 2011 12:01 AM by Jean-Paul Smit | 3 comment(s)

Filed under: ,

Deploying a WCF Service using a Web Setup Project
With this blog post I hope I can save others some time and besides that it is also nicely stored for me in case I need it again. For my current project I’m building some WCF services. One of the requirements is to have a MSI to hand-over to the system...

Posted Mon, Mar 29 2010 10:58 PM by Jean-Paul Smit | 4 comment(s)

Filed under: , ,

Setting the icon in a guidance recipe
Yesterday I co-presented at the Dutch BizTalk User Group. It was a talk about the BizTalk Software Factory and I did the demo. Afterwards I got the question on how to set the icon on a guidance recipe, like in the picture below. I had to look it up in...

Posted Fri, Jun 19 2009 8:04 PM by Jean-Paul Smit | with no comments

My fight with T4 Templates for BSF
At the moment I'm working on integrating the great Pipeline Component Wizard by Martijn Hoogendoorn into the BizTalk Software Factory . I decided to use a T4 template to get the job done. T4 templates are very powerful and easy to write (but hard...

Posted Thu, Jun 26 2008 2:23 PM by Jean-Paul Smit | with no comments

BizTalk Server 2006 R3 announced
In an earlier post I wrote about Microsoft researching possibilities for BizTalk Server 2006 supporting the latest Windows, SQL Server and Visual Studio releases. Today I read a blogpost by Richard Seroter who writes about a new release of BizTalk Server...

Posted Wed, Apr 23 2008 8:02 AM by Jean-Paul Smit | 3 comment(s)

Filed under: ,

Delete a locked file in TFS
This is more or less a note to self because I probably will run into this again. Today I was cleaning up the code tree in TFS and found a project that could be deleted. Unfortunately the developer left the company leaving a file checked out. With the...

Posted Thu, Jan 24 2008 1:39 PM by Jean-Paul Smit | with no comments

Filed under:

[WCF] Great tools in SDK
While browsing the WCF SDK I found two great tools: Microsoft Service Configuration Editor Microsoft Service Trace Viewer The configuration editor helps you with the confguration files that you need with WCF. It simplyfies editing those files significantly...

Posted Wed, Jan 24 2007 10:58 PM by Jean-Paul Smit | 1 comment(s)

Filed under: , ,

Winforms: web browser control trouble
The last couple of days I had a big fight with the web browser control that ships with Visual Studio 2005 and the .NET framework 2.0. I was using the 'DocumentText' property to display some HTML in the control, but for some dark reason it refused to do...

Posted Sun, Jan 7 2007 9:40 PM by Jean-Paul Smit | with no comments

Filed under: , ,