2 references to ProviderName
System.Web (2)
Profile\HttpProfileBase.cs (2)
444
prov = ProfileManager.Providers[((ProfileProviderAttribute)attrib).
ProviderName
];
446
throw new ConfigurationErrorsException(SR.GetString(SR.Profile_provider_not_found, ((ProfileProviderAttribute)attrib).
ProviderName
), config.ElementInformation.Properties["inherits"].Source, config.ElementInformation.Properties["inherits"].LineNumber);