Click here to Skip to main content
15,884,388 members
Articles / Programming Languages / Visual Basic

Compiling with CodeDom

Rate me:
Please Sign up or sign in to vote.
4.48/5 (22 votes)
19 May 20042 min read 130K   2.3K   52  
This article explains how to compile code written in VB.NET or C# using the CodeDom.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CompileWithCodeDom", "CompileWithCodeDom.vbproj", "{A8F38D12-92EB-47D9-A046-600073D7E9E2}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{A8F38D12-92EB-47D9-A046-600073D7E9E2}.Debug.ActiveCfg = Debug|.NET
		{A8F38D12-92EB-47D9-A046-600073D7E9E2}.Debug.Build.0 = Debug|.NET
		{A8F38D12-92EB-47D9-A046-600073D7E9E2}.Release.ActiveCfg = Release|.NET
		{A8F38D12-92EB-47D9-A046-600073D7E9E2}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Argentina Argentina
Gustavo is Information Systems Enginner and
Information Systems Analyst. He born in Colonia Caroya, Cordoba, Argentine.
He worked in the Universidad Tecnologica Nacional in Cordoba, Argentine like Research Group Coordinator in the Business Intelligence area.

After that worked like a professor of Visual Basic, SQL Server 2000, .NET Plataform, Visual Basic.NET and C#

His experience in programming includes: QuickBasic, C, C++, FoxPro, Visual Basic, VB.NET, C# and ASP.NET. He has working with XML, XSD, XSLT and other related technologies.

He is now working in Pectra Technology, in the development and the software engineering area in a product named Pectra BPM Studio Framework (Business Process Management Solution) using Microsoft.NET and XML technologies.

His hobbies are play the piano and reading. He is a science lover

Comments and Discussions