hi,
in my project we are using .settings file to store the constant values but it is giving an exception like BackgroundImageAssemblyName = 'defaultInstance.BackgroundImageAssemblyName' threw an exception of type 'System.Configuration.ConfigurationErrorsException' (here BackgroundImageAssemblyName is the variable that i have created in my .settings file) when accesing those values in my .cs file but i did a sample with the same procedure then it is working fine
so please help me in solving this issue
thanks in advance
...
Go to the complete details ...