Click here to Skip to main content
15,885,546 members
Articles / Programming Languages / Visual Basic

Type Library Browser for .NET 2.0

Rate me:
Please Sign up or sign in to vote.
2.25/5 (6 votes)
12 Nov 2005CPOL 42.5K   198   12  
Example application to demonstrate how to get the COM+ type library information from the Registry and display it.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TypeLibBrowser", "TypeLibBrowser\TypeLibBrowser.vbproj", "{607CA234-9052-416C-A616-9055B2292BA1}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RegistryTypeLibraries", "RegistryTypeLibraries\RegistryTypeLibraries.vbproj", "{C60626C6-ABC7-43D7-98BD-5A124ACAC01D}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{607CA234-9052-416C-A616-9055B2292BA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{607CA234-9052-416C-A616-9055B2292BA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{607CA234-9052-416C-A616-9055B2292BA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{607CA234-9052-416C-A616-9055B2292BA1}.Release|Any CPU.Build.0 = Release|Any CPU
		{C60626C6-ABC7-43D7-98BD-5A124ACAC01D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C60626C6-ABC7-43D7-98BD-5A124ACAC01D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C60626C6-ABC7-43D7-98BD-5A124ACAC01D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C60626C6-ABC7-43D7-98BD-5A124ACAC01D}.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 Code Project Open License (CPOL)


Written By
Web Developer CALM Oy
Finland Finland
Microsoft Certified Professional (MCP)

Comments and Discussions