Hi all,
I got the error in design window "Object reference not set to an instance of an object."
Instances of this error occurs at two cs files
one.cs
value = UIHelperConfig.GetSelectedPaymentTypeCode("CreditCard");
two.cs
public static string GetSelectedPaymentTypeCode(string paymentType)
{
return ConfigurationManager.AppSettings.GetValues(paymentType)[0];
}
How to make my design window viewable??
Any help??