9 references to SystemWebVersion
System.Web (9)
Compilation\AssemblyBuilder.cs (1)
534
declaration.Arguments.Add(new CodeAttributeArgument(new CodePrimitiveExpression(VersionInfo.
SystemWebVersion
)));
Configuration\HttpRuntimeSection.cs (1)
790
String version = VersionInfo.
SystemWebVersion
;
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\Util.cs (2)
332
string version = VersionInfo.
SystemWebVersion
.Substring(0, VersionInfo.
SystemWebVersion
.LastIndexOf('.')).Replace('.', '_');
Util\Misc.cs (1)
155
String ver = VersionInfo.
SystemWebVersion
;