Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 671927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T00:25:38+00:00 2026-05-14T00:25:38+00:00

at web.config <section name=FlowWebDataProviders type=FlowWebProvidersSection requirePermission=false/> <FlowWebDataProviders peopleProviderName=sqlProvider IzmListProviderName=sqlProvider> <PeopleProviders> <add name=sqlProvider type=SqlPeopleProvider connectionStringName=FlowServerConnectionString/>

  • 0

at web.config

<section name="FlowWebDataProviders" type="FlowWebProvidersSection" requirePermission="false"/>


  <FlowWebDataProviders peopleProviderName="sqlProvider" IzmListProviderName="sqlProvider">
    <PeopleProviders>
      <add name="sqlProvider" type="SqlPeopleProvider" connectionStringName="FlowServerConnectionString"/>
      <add name="xmlProvider" type="XmlPeopleProvider" schemaFile="People.xsd" dataFile="People.xml"/>
    </PeopleProviders>
    <IzmListProviders>
      <add name="sqlProvider" type="SqlIzmListProvider" connectionStringName="FlowServerConnectionString"/>
    </IzmListProviders>
  </FlowWebDataProviders>

and

  public class FlowWebProvidersSection : ConfigurationSection
  {
    [ConfigurationProperty("peopleProviderName", IsRequired = true)]
    public PeopleProviderName : string
    {
        get { this["peopleProviderName"] :> string }
        set { this["peopleProviderName"] = value; }
    }
    [ConfigurationProperty("IzmListProviderName", IsRequired = true)]
    public IzmListProviderName : string
    {
        get { (this["IzmListProviderName"] :> string) }
        set { this["IzmListProviderName"] = value; }
    }
    [ConfigurationProperty("PeopleProviders")]
    [ConfigurationValidatorAttribute(typeof(ProviderSettingsValidation))]
    public PeopleProviders : ProviderSettingsCollection
    {
        get { this["PeopleProviders"] :> ProviderSettingsCollection }
    }
    [ConfigurationProperty("IzmListProviders")]
    [ConfigurationValidatorAttribute(typeof(ProviderSettingsValidation))]
    public IzmListProviders : ProviderSettingsCollection
    {
        get { this["IzmListProviders"] :> ProviderSettingsCollection }
    }
  }

and

public class ProviderSettingsValidation : ConfigurationValidatorBase
  {
    public override CanValidate(typex : Type) : bool
    {
         if(typex : object == typeof(ProviderSettingsCollection)) true else false
    }

    /// <summary>
    // validate the provider section    
    /// </summary>
    public override Validate(value : object) : void
    {
      mutable providerCollection : ProviderSettingsCollection = match(value) 
             {
                | x is ProviderSettingsCollection => x
                | _ => null
             }
      unless (providerCollection == null) 
      {
        foreach (_provider is ProviderSettings in providerCollection) 
        {
          when (String.IsNullOrEmpty(_provider.Type)) 
          {
            throw ConfigurationErrorsException("Type was not defined in the provider");
          }
          mutable dataAccessType : Type = Type.GetType(_provider.Type);
          when (dataAccessType == null) 
          {
              throw (InvalidOperationException("Provider's Type could not be found"));
          }
        }
      }
    }
  }

project : Web Application …

I need to find error first . . .

why :

Error message parser: Error creating configuration section handler for FlowWebDataProviders: Could not load type ‘FlowWebProvidersSection’.

?

by the way : syntax of nemerle (current language) is very similar C#, don’t afraid to read the code… thank you

added : this is how I want to get section

ConfigurationManager.GetSection("FlowWebDataProviders")
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T00:25:39+00:00Added an answer on May 14, 2026 at 12:25 am

    Check your type AND namespace. I.e.

      <section name="hibernate-configuration" type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In particular from this web.config: <configuration> <configSections> <section name=RStrace type=Microsoft.ReportingServices.Diagnostics.RSTraceSectionHandler,Microsoft.ReportingServices.Diagnostics /> </configSections> <system.diagnostics> <switches>
I was expecting to find that section within System.Web.Configuration namespace just like other Web.config
I want to user Role based security through the authorization section in the web.config
Is there any way to make some sections of the web.config file only apply
I have the following web config file. I am having some difficulty in retrieving
What is the web config syntax for specifying a WCF WebService Proxy's Default Target
Where is the Web.config supposed to go in an ASP.NET MVC project? I just
I have the following code in a web.config file of the default IIS site.
I usually store my connectionstring in web.config or in the application settings of my
I've encrypted the connectionstring in my web.config file using the steps in the link

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.