Click here to Skip to main content
15,896,557 members
Articles / Programming Languages / VBScript

.NET COM+ Interop Component with Classic ASP (Part I)

Rate me:
Please Sign up or sign in to vote.
4.80/5 (14 votes)
25 Sep 2008CPOL8 min read 160.6K   1.7K   46  
Call a .NET COM+ Interop component with Classic ASP.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "busLayer", "busLayer.csproj", "{23342526-3D26-4DD5-8006-6420CC9DEC3C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{23342526-3D26-4DD5-8006-6420CC9DEC3C}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{23342526-3D26-4DD5-8006-6420CC9DEC3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{23342526-3D26-4DD5-8006-6420CC9DEC3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{23342526-3D26-4DD5-8006-6420CC9DEC3C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{23342526-3D26-4DD5-8006-6420CC9DEC3C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{23342526-3D26-4DD5-8006-6420CC9DEC3C}.Release|.NET.ActiveCfg = Release|Any CPU
		{23342526-3D26-4DD5-8006-6420CC9DEC3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{23342526-3D26-4DD5-8006-6420CC9DEC3C}.Release|Any CPU.Build.0 = Release|Any CPU
		{23342526-3D26-4DD5-8006-6420CC9DEC3C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{23342526-3D26-4DD5-8006-6420CC9DEC3C}.Release|Mixed Platforms.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
Architect
United States United States
I am a software architect/developer, having 15 years of design/development experience. Currently working in large financial corporation, architecting .NET applications and coding using C#, ASP.NET, Java Script etc..

MS Computers, MCP, MCTS: .NET Framework 2.0 Web Applications.

Comments and Discussions