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