Mark Barto's Blog

Technical Blog about the Microsoft .NET Platform and everything that surrounds it such as .Net, C#, BizTalk, WCF, ASP.NET, SQL, Silverlight, IIS ...

BizTalk: Missing context property ReceiveLocationName within orchestration

image



We have noticed that when you are transforming a message within an orchestration that the context properties of the original message will not be copied to the transformed message. You must declare this specific within your expression shape of your orchestration.

Because we are using ESB for exception handling we want to know the location where the message is coming from.

Unfortunately the ReceiveLocationName is missing in the standard BTS namespace.

Read More ...

Posted by Mark on 02-09-2009 and Filed under: BizTalk
3 comments

C#, .NET: Current Directory for Windows Service

cat_icon_files_256



When calling for the current directory in a Windows Service with the Path.GetCurrentDirectory() you will probably not getting the correct directory but the C:\Windows\System32 directory.

 

Read More ...

Posted by Mark on 01-09-2009 and Filed under: .NET, C#
3 comments