The error is surrounded in stars near the bottom of the code, any help would be appreciated!


namespace USDP.eCFUtiliti es {
/// <summary>
/// Summary description for CatalogHelper
/// </summary>
///

public class USDPCategoryObj ect {
protected string c_CategoryName;
protected int c_CategoryId;
protected ArrayList c_ChildCategori es = new ArrayList();...