19 references to VersionInfo
System.Web (19)
Compilation\AssemblyBuilder.cs (1)
534
declaration.Arguments.Add(new CodeAttributeArgument(new CodePrimitiveExpression(
VersionInfo
.SystemWebVersion)));
Configuration\HttpRuntimeSection.cs (1)
790
String version =
VersionInfo
.SystemWebVersion;
Configuration\IdentitySection.cs (1)
235
if (
VersionInfo
.ExeName == "aspnet_wp") {
ErrorFormatter.cs (2)
431
SR.GetString(SR.Error_Formatter_CLR_Build) +
VersionInfo
.ClrVersion +
432
SR.GetString(SR.Error_Formatter_ASPNET_Build) +
VersionInfo
.EngineVersion + "\r\n\r\n");
Handlers\TraceHandler.cs (2)
214
_writer.Write(SR.GetString(SR.Error_Formatter_CLR_Build) +
VersionInfo
.ClrVersion +
215
SR.GetString(SR.Error_Formatter_ASPNET_Build) +
VersionInfo
.EngineVersion + "\r\n\r\n");
Hosting\HostingEnvironment.cs (3)
1244
String process =
VersionInfo
.ExeName;
1254
return
VersionInfo
.ExeName == "w3wp";
1260
return
VersionInfo
.ExeName == "ii----press";
HttpRuntime.cs (4)
2798
throw new HttpException(SR.GetString(SR.Aspnet_not_installed,
VersionInfo
.SystemWebVersion));
2825
throw new HttpException(SR.GetString(SR.Aspnet_not_installed,
VersionInfo
.SystemWebVersion));
2843
string aspNetVersion =
VersionInfo
.SystemWebVersion;
2858
throw new HttpException(SR.GetString(SR.Aspnet_not_installed,
VersionInfo
.SystemWebVersion));
UI\TraceContext.cs (2)
456
output.Write(SR.GetString(SR.Error_Formatter_CLR_Build) +
VersionInfo
.ClrVersion +
457
SR.GetString(SR.Error_Formatter_ASPNET_Build) +
VersionInfo
.EngineVersion + "\r\n\r\n");
UI\Util.cs (2)
332
string version =
VersionInfo
.SystemWebVersion.Substring(0,
VersionInfo
.SystemWebVersion.LastIndexOf('.')).Replace('.', '_');
Util\Misc.cs (1)
155
String ver =
VersionInfo
.SystemWebVersion;