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
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 ...
FxCop: Suppress message generated code
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.
Welcome to my new Blog
I 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.
IIS 7.0 - HTTP Error 404.3 - Not Found when browsing for .svc file
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.
Issues regarding ESB 2.0 CTP 2 on BizTalk 2009
When 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.