BizTalk Blog by Chris Han

System Design for Enterprise Agility,

  Home  |   Contact  |   Syndication    |   Login
  68 Posts | 9 Stories | 173 Comments | 79 Trackbacks

News

Article Categories

Archives

Post Categories

Image Galleries

BizTalk Bloggers

BizTalk on MSDN

Patterns & Architecture

SharePoint

March 2006 Entries

I install the Asp.NET 2.0 framework on a WinXp pro box. When I bring up the property page of a virtual directory, for some reason, I can't see the ASP.NET tab where you can config the asp.net version to either 1.1 or 2.0 So I have to use the ASP.NET IIS Registration Tool (Aspnet_regiis.exe) to config my virtual directory to use asp.net 2.0 framework! The MSDN article is a pretty good help on this issue: http://msdn2.microsoft.com/... ...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I couldn't stop laughting every time I'm reading this article. No matter it's truth or just a parody. I'm sure it'll give you a smile when you look back the years in your coding career. Check out the article: http://geekswithblogs.net/c... Even funier and/or scarier is that it sounds so real that many of my firiends and geeks here ask me if it's real when they read of it after my last post. :-DDD Happy coding...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I got this error myself when I try to design my own exception handlling strategy in the orchestration. The BizTalk 2006 document is better. There is a “caution” section says: Do not select GeneralException in the Throw Exception shape. This type should only be used for rethrowing exceptions in a Catch Exception block. The error I got is because I'm trying to do a quick and dirty test with a GeneralException. What should you do? It's simple. Create a variable. Give it a .NET type System.Exception....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati