المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Custom config sections problem.



C# Programming
06-30-2009, 07:00 PM
This problem is giving me a lot of headaches and can´t find the solution...

I´m reading this article Custom Configuration Sections for Lazy Coders (http://www.codeproject.com/KB/files/CustomConfigSection.aspx)[^ (http://www.codeproject.com/KB/files/CustomConfigSection.aspx)]

I´m reading the part titled "The Hello, World ConfigurationSection" , using exactly same code (copy paste directly) and always obtain an error when execute the program (it not returns error/warnings on compiling time).

The error says that can´t load config.SomeSettings from asembly...

My app.config:








Proyect --> properties , shows me that the name of my assembly is "config"
I´m totally lost, found more codes similar to the one explained into this article and always, ALWAYS, always obtain the same error.... perhaps someone can give me a hand, thanks http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif