The current configuration system does not support user-scoped settings

Last post 07-07-2009 3:56 AM by epereiro. 4 replies.

Sort Posts:

  • The current configuration system does not support user-scoped settings

    07-02-2009, 3:51 AM
    • Member
      point Member
    • epereiro
    • Member since 07-02-2009, 3:35 AM
    • Posts 3

    Hi,

    I'm developing a web asp .net application that uses an external dll to transform images to jpeg. The application works correctly, but in the generated images you can see a message putting:

    In Spanish: El sistema de configuración actual no admite la configuración con ámbito de usuario.

    English equivalent: The current configuration system does not support user-scoped settings.

    I've been reading about this, and I've tried to remove all the user-related configuration in the web.config. Also I've added the System.Configuration as a reference, as it puts here.


    What can I do?


    Thank you very much in advance.

  • Re: The current configuration system does not support user-scoped settings

    07-02-2009, 5:01 AM
  • Re: The current configuration system does not support user-scoped settings

    07-02-2009, 10:23 AM
    • Member
      point Member
    • epereiro
    • Member since 07-02-2009, 3:35 AM
    • Posts 3

    Thank you, but I had already checked that posts. Actually I don't understand the second one, I don't know where to change from user to application, because in the dll properties I can't see the "Settings.settings".


    Thank you!

  • Re: The current configuration system does not support user-scoped settings

    07-07-2009, 2:48 AM
    Answer

     Hi,

    It seems that the external dll needs to access user-scope setting which is used by Window Form application. For the ASP.NET application, you can use web.config file's AppSettings or Profile to save custom data.

    In your case, you can rewrite external dll to use web.config in ASP.NET web application.

    Thanks.

     

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
  • Re: The current configuration system does not support user-scoped settings

    07-07-2009, 3:56 AM
    • Member
      point Member
    • epereiro
    • Member since 07-02-2009, 3:35 AM
    • Posts 3

    Thank you very much Thomas. I will rewrite the dll to see if it works!



Page 1 of 1 (5 items)