ClientBuildManagerCallback Class
Receives status information about a build from the ClientBuildManager object.
Assembly: System.Web (in System.Web.dll)
A ClientBuildManagerCallback object can be passed to the ClientBuildManager object through the PrecompileApplication method. When an error is encountered during an application build, the error is passed as an argument to either the ReportCompilerError or the ReportParseError method, depending on the type of error. When you create a class that derives from the ClientBuildManagerCallback class, you can implement these methods and retrieve the error.
- SecurityPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: PermissionState::Unrestricted.
- SecurityPermission
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: PermissionState::Unrestricted.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.