Click here to Skip to main content
15,886,518 members
Articles / Desktop Programming / ATL

TCP Remoting Windows Service Host with Server GC

Rate me:
Please Sign up or sign in to vote.
3.40/5 (3 votes)
14 Apr 2004CPOL4 min read 67.5K   690   20  
Implement Server GC for TCP Remoting Host.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CLRMHost", "CLRMHost.vcproj", "{5D6CE949-2289-4D77-B659-F7616EEF99C3}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteObjectLoader", "RemoteObjectLoader\RemoteObjectLoader.csproj", "{BCEEB9EB-7740-4D54-8AC4-DCBE27605AFB}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyClass", "MyClass\MyClass.csproj", "{564580A2-E603-40B0-A1A2-40DD5C89F22D}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{5D6CE949-2289-4D77-B659-F7616EEF99C3}.Debug.ActiveCfg = Debug|Win32
		{5D6CE949-2289-4D77-B659-F7616EEF99C3}.Debug.Build.0 = Debug|Win32
		{5D6CE949-2289-4D77-B659-F7616EEF99C3}.Release.ActiveCfg = Release|Win32
		{5D6CE949-2289-4D77-B659-F7616EEF99C3}.Release.Build.0 = Release|Win32
		{BCEEB9EB-7740-4D54-8AC4-DCBE27605AFB}.Debug.ActiveCfg = Debug|.NET
		{BCEEB9EB-7740-4D54-8AC4-DCBE27605AFB}.Debug.Build.0 = Debug|.NET
		{BCEEB9EB-7740-4D54-8AC4-DCBE27605AFB}.Release.ActiveCfg = Release|.NET
		{BCEEB9EB-7740-4D54-8AC4-DCBE27605AFB}.Release.Build.0 = Release|.NET
		{564580A2-E603-40B0-A1A2-40DD5C89F22D}.Debug.ActiveCfg = Debug|.NET
		{564580A2-E603-40B0-A1A2-40DD5C89F22D}.Debug.Build.0 = Debug|.NET
		{564580A2-E603-40B0-A1A2-40DD5C89F22D}.Release.ActiveCfg = Release|.NET
		{564580A2-E603-40B0-A1A2-40DD5C89F22D}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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
Web Developer
United States United States
I am a Microsoft Certified Application Developer (MCAD), currently focusing on using .Net Framework to develop Business Solutions. I am mostly language neutral. I have used C, C++, ATL, MFC, VB.Net, C#, VB 6, PL/SQL, Transact SQL, ASP, Fortran, etc.

Comments and Discussions