Click here to Skip to main content
15,880,651 members
Articles / Programming Languages / C#

Building COM Servers in .NET

Rate me:
Please Sign up or sign in to vote.
4.87/5 (95 votes)
2 Feb 2006CPOL98 min read 458K   3.9K   301  
Learn the fundamental principles of building COM DLL and EXE Servers using a .NET language.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CPPClient01", "CPPClient01.vcproj", "{4AC24677-088A-489E-B4C3-D3A02EF7BE68}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{4AC24677-088A-489E-B4C3-D3A02EF7BE68}.Debug.ActiveCfg = Debug|Win32
		{4AC24677-088A-489E-B4C3-D3A02EF7BE68}.Debug.Build.0 = Debug|Win32
		{4AC24677-088A-489E-B4C3-D3A02EF7BE68}.Release.ActiveCfg = Release|Win32
		{4AC24677-088A-489E-B4C3-D3A02EF7BE68}.Release.Build.0 = 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
Systems Engineer NEC
Singapore Singapore
Lim Bio Liong is a Specialist at a leading Software House in Singapore.

Bio has been in software development for over 10 years. He specialises in C/C++ programming and Windows software development.

Bio has also done device-driver development and enjoys low-level programming. Bio has recently picked up C# programming and has been researching in this area.

Comments and Discussions