Click here to Skip to main content
15,892,281 members
Articles / Containers / Virtual Machine

BizTalk The Practical Course Code

Rate me:
Please Sign up or sign in to vote.
4.78/5 (7 votes)
24 Apr 2009CPOL27 min read 50.6K   743   24  
Code Sample and a sample chapter from Book BizTalk The Practical Course

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{EF7E3281-CD33-11D4-8326-00C04FA0CE8D}") = "PractBTS.ErrorCollection.ErrorHandler", "AutoErrorHandler\PractBTS.ErrorCollection.ErrorHandler.btproj", "{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PractBTS.ErrorCollection.HelperClasses", "HelperClasses\PractBTS.ErrorCollection.HelperClasses.csproj", "{1AA666FF-D1C7-443E-A2A5-312635C6E110}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PractBTS.ErrorsCollection.EnableRoutingFailure", "PractBTS.ErrorsCollection.EnableRoutingFailure\PractBTS.ErrorsCollection.EnableRoutingFailure.csproj", "{4F7FDE8F-872C-44DD-8394-75ECC27C207D}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Deployment|.NET = Deployment|.NET
		Deployment|Any CPU = Deployment|Any CPU
		Deployment|Mixed Platforms = Deployment|Mixed Platforms
		Development|.NET = Development|.NET
		Development|Any CPU = Development|Any CPU
		Development|Mixed Platforms = Development|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Debug|.NET.ActiveCfg = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Debug|.NET.Build.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Debug|.NET.Deploy.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Debug|Any CPU.ActiveCfg = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Debug|Mixed Platforms.ActiveCfg = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Debug|Mixed Platforms.Build.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Debug|Mixed Platforms.Deploy.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Deployment|.NET.ActiveCfg = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Deployment|.NET.Build.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Deployment|.NET.Deploy.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Deployment|Any CPU.ActiveCfg = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Deployment|Mixed Platforms.ActiveCfg = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Deployment|Mixed Platforms.Build.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Deployment|Mixed Platforms.Deploy.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Development|.NET.ActiveCfg = Development|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Development|.NET.Build.0 = Development|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Development|Any CPU.ActiveCfg = Development|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Development|Mixed Platforms.ActiveCfg = Development|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Development|Mixed Platforms.Build.0 = Development|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Development|Mixed Platforms.Deploy.0 = Development|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Release|.NET.ActiveCfg = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Release|.NET.Build.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Release|.NET.Deploy.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Release|Any CPU.ActiveCfg = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Release|Mixed Platforms.ActiveCfg = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Release|Mixed Platforms.Build.0 = Deployment|.NET
		{0A69A369-5DF6-4DC2-9FDD-0ED6BEB73F4E}.Release|Mixed Platforms.Deploy.0 = Deployment|.NET
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Deployment|.NET.ActiveCfg = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Deployment|Any CPU.ActiveCfg = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Deployment|Any CPU.Build.0 = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Deployment|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Deployment|Mixed Platforms.Build.0 = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Development|.NET.ActiveCfg = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Development|Any CPU.ActiveCfg = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Development|Any CPU.Build.0 = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Development|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Development|Mixed Platforms.Build.0 = Debug|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Release|.NET.ActiveCfg = Release|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Release|Any CPU.Build.0 = Release|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{1AA666FF-D1C7-443E-A2A5-312635C6E110}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Deployment|.NET.ActiveCfg = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Deployment|Any CPU.ActiveCfg = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Deployment|Any CPU.Build.0 = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Deployment|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Deployment|Mixed Platforms.Build.0 = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Development|.NET.ActiveCfg = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Development|Any CPU.ActiveCfg = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Development|Any CPU.Build.0 = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Development|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Development|Mixed Platforms.Build.0 = Debug|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Release|.NET.ActiveCfg = Release|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Release|Any CPU.Build.0 = Release|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{4F7FDE8F-872C-44DD-8394-75ECC27C207D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Canada Canada
As a well-established IT leader with a passion for architecture, design, coding, refactoring, and development, I possess 20+ years’ success spearheading large teams to deliver the end-to-end development of 30+ innovative software solutions on time and under budget on a US and international level.

Throughout my career, I have made it my priority to utilize current technologies and new techniques to develop elegant, creative technical solutions across all project phases. Comfortable in collaborative and independently-driven roles, I am a forward-thinking leader with refined analytical and critical thinking skills, and I can adapt and revise my strategies to meet evolving priorities, shifting needs, and emergent issues. As a dynamic leader with experience as Technical Lead and Senior Manager, as well as on the Board of Directors, I have led numerous teams to create a new employees experience with Workday, roadmap for people systems (JDA WFMR, Kronos, Infor, Workday, and monitoring with Splunk), and architecture for 20+ projects at Loblaw. Furthermore, I have spearheaded As a well-established IT leader with a passion for architecture, design, coding, refactoring, and development, I possess 20+ years’ success spearheading large teams to deliver the end-to-end development of 30+ innovative software solutions on time and under budget on a US and international level.

Throughout my career, I have made it my priority to utilize current technologies and new techniques to develop elegant, creative technical solutions across all project phases. Comfortable in collaborative and independently-driven roles, I am a forward-thinking leader with refined analytical and critical thinking skills, and I can adapt and revise my strategies to meet evolving priorities, shifting needs, and emergent issues. As a dynamic leader with experience as Technical Lead and Senior Manager, as well as on the Board of Directors, I have led numerous teams to create a new employees experience with Workday

Comments and Discussions