Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / C#

Windows Workflow Foundation: Say Hello to Tracking Service !!

Rate me:
Please Sign up or sign in to vote.
3.19/5 (22 votes)
15 Jan 2009GPL34 min read 95.2K   589   34  
This article explains the intricacies of implementing a custom tracking service in Windows Workflow Foundation.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomTrackingService", "BuildingTrackingService\CustomTrackingService.csproj", "{FE35A5E0-C8FD-4837-A29E-FCB224CB581C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FE35A5E0-C8FD-4837-A29E-FCB224CB581C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FE35A5E0-C8FD-4837-A29E-FCB224CB581C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FE35A5E0-C8FD-4837-A29E-FCB224CB581C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FE35A5E0-C8FD-4837-A29E-FCB224CB581C}.Release|Any CPU.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 GNU General Public License (GPLv3)


Written By
Software Developer (Senior)
India India
Akshay loves exploring new technologies. C# is his preferred mode of expression.

Comments and Discussions