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
http://social.msdn.microsoft.com/Forums/windowsazure/en-US/35098660-b428-4542-b725-2f210e20fb0b/error-the-current-configuration-system-does-not-support-userscoped-settings
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
http://social.msdn.microsoft.com/Forums/windowsazure/en-US/35098660-b428-4542-b725-2f210e20fb0b/error-the-current-configuration-system-does-not-support-userscoped-settings
Comments
Post a Comment