9 references to SystemWebVersion
System.Web (9)
Compilation\AssemblyBuilder.cs (1)
534declaration.Arguments.Add(new CodeAttributeArgument(new CodePrimitiveExpression(VersionInfo.SystemWebVersion)));
Configuration\HttpRuntimeSection.cs (1)
790String version = VersionInfo.SystemWebVersion;
HttpRuntime.cs (4)
2798throw new HttpException(SR.GetString(SR.Aspnet_not_installed, VersionInfo.SystemWebVersion)); 2825throw new HttpException(SR.GetString(SR.Aspnet_not_installed, VersionInfo.SystemWebVersion)); 2843string aspNetVersion = VersionInfo.SystemWebVersion; 2858throw new HttpException(SR.GetString(SR.Aspnet_not_installed, VersionInfo.SystemWebVersion));
UI\Util.cs (2)
332string version = VersionInfo.SystemWebVersion.Substring(0, VersionInfo.SystemWebVersion.LastIndexOf('.')).Replace('.', '_');
Util\Misc.cs (1)
155String ver = VersionInfo.SystemWebVersion;