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, ESB: Error converting data type nvarchar to datetime

pattern
When using the Exception Handling within ESB (Enterprise Service Bus) for BizTalk 2009 there will be a Sendport All.Exception in the Microsoft.Practices.ESB Application. This sendport will be executed if there is a failed message generated in the messagebox, if you have checked the option Enable routing for failed messages.

 

Read More ...

Posted by Mark on 25-05-2009 and Filed under: SQL, ESB, BizTalk
3 comments

FxCop: Suppress message generated code

image

When you make use of FxCop for checking your code on Microsoft coding standards you get messages if you make use of generated code.

Because you do not want to suppres these messages it is possible to configure this within FxCop.

Read More ...

Posted by Mark on 20-05-2009 and Filed under: Tools
78 comments

Welcome to my new Blog

blogger_logoI want to welcome you on my new technical blog about the Microsoft .Net platform. On this blog you are going to find information about my technical expertise on the Microsoft .Net platform such as BizTalk, Asp.Net, C#, SQL, Silverlight, IIS and everything that surrounds it.

Read More ...

Posted by Mark on 17-05-2009 and Filed under: Blog
12 comments

IIS 7.0 - HTTP Error 404.3 - Not Found when browsing for .svc file

Windows-Server-Internet-Information-Services-IIS-7_0-logo When browsing on Windows Server 2008 with IIS 7.0 Installed and you want to browse to .svc file

you can get the following error:
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.

Read More ...

Posted by Mark on 17-05-2009 and Filed under: WCF, IIS
4 comments

Issues regarding ESB 2.0 CTP 2 on BizTalk 2009

 
biztalk2009When installing ESB 2.0 CTP 2 on a BizTalk 2009 machine I'm facing with a couple of problems.

When running on a 64-bit machine with powerscript the script "Setup_src.cmd" in "Source\Exception Handling\Install\Scripts" will complain about ExplorerOM that this is not compatible with 64-bit.

Read More ...

Posted by Mark on 17-05-2009 and Filed under: ESB, BizTalk
3 comments