I am trying to populate ddlCustomerType from XML using JSON. I am having one method which gives me key and value.
var listCustomerType = GlobalBind.GetXMLFullDetails("CustomerType", GlobalConstString.COMMON_SETTING_XML);
My problem is I am able to view data inside in Quickwatch but when I am trying to fetch its showing the following error:
CS0122:
'System.Collections.Generic.Mscorlib_DictionaryDebugView<string,string>' is inaccessible due to its protection level
Here you can check the image for same.
Can any body tell me how I can fetch records?