System.CodeDom.Compiler.CodeDomProvider Class
Information   Base Types   Related Resources

Provides a base class for CodeDomProvider implementations. This class is abstract.

  • Namespace: System.CodeDom.Compiler
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.dll

  • System.ComponentModel.Component
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (7)Discussions (27)MembersRotorChanges
    Discussions

    Page: 12
    Simple dynamic template problem
    microsoft.public.dotnet.languages.csharp
    Hi all, I am trying to make use of dynamic templates for ASP.net using C sharp. Currently the code compiles fine, but the template never seems to be loaded. I just get the HTML which is included in the host page. Can anyone tell me where I am going wrong? Cheers, Geoff Here is the code: // Host page %@ Import Namespace "System.Web" % %@ Import Namespace "System.Web.UI.HtmlControls" % %@ Import Nam...
    Tutorial: How to add scripting to a .NET program
    microsoft.public.dotnet.scripting
    As it turned out (see thread "CodeDom instead of scripting?" here and in dotnet.framework) JScript is the only .NET language that is fully implemented for run time compilation without requiring either the .NET Framework SDK (for command line compilers) or the VSA add on. So I've put together a minimal application that demonstrates how to execute a script (i.e. a character string holding commands t...
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com