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

DCOM D-Mystified.NET 2003: A DCOM Tutorial, Step 1

Rate me:
Please Sign up or sign in to vote.
4.56/5 (13 votes)
7 Jan 2009CPOL13 min read 68.5K   818   56  
This tutorial guides you through the step-by-step details of how to use Visual Studio .NET 2003 to develop DCOM client/server applications.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloWorldServ.NET", "HelloWorldServ.NET\HelloWorldServ.NET.vcproj", "{C54BE7D3-4545-4FBE-8368-E7AF7075D4D1}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloWorldServ.NETPS", "HelloWorldServ.NET\HelloWorldServ.NETPS.vcproj", "{044B5AC4-68C7-42C8-9A0D-72D31C558407}"
	ProjectSection(ProjectDependencies) = postProject
		{C54BE7D3-4545-4FBE-8368-E7AF7075D4D1} = {C54BE7D3-4545-4FBE-8368-E7AF7075D4D1}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{C54BE7D3-4545-4FBE-8368-E7AF7075D4D1}.Debug.ActiveCfg = Debug|Win32
		{C54BE7D3-4545-4FBE-8368-E7AF7075D4D1}.Debug.Build.0 = Debug|Win32
		{C54BE7D3-4545-4FBE-8368-E7AF7075D4D1}.Release.ActiveCfg = Release|Win32
		{C54BE7D3-4545-4FBE-8368-E7AF7075D4D1}.Release.Build.0 = Release|Win32
		{044B5AC4-68C7-42C8-9A0D-72D31C558407}.Debug.ActiveCfg = Debug|Win32
		{044B5AC4-68C7-42C8-9A0D-72D31C558407}.Release.ActiveCfg = Release|Win32
	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
Team Leader
United States United States
Brian C. Hart, Ph.D., is a strategic engagement leader on a mission to leverage space technology to protect U.S. interests and assets against adversaries. Throughout Dr. Hart's career, he has enjoyed: Working closely with business executives to provide strategic direction and leadership, translating customer and competitive intelligence into compelling capture strategies and solutions, and mentoring teams to enhance individual and company capabilities while fostering an engaging and accountable environment, being involved in STEAM initiatives and education to develop greater awareness in the community, and serving the armed forces with the U.S. Navy and U.S. Army National Guard. He is excited to begin developing his career in Jacobs's Critical Mission Systems business unit, supporting NORAD and the U.S. Space Force.

Comments and Discussions