An error occurred while evaluating the expression:

	stReferral.Election = qGetMeasure.ElectionType_cd;
	stReferral.Year = qGetMeasure.ElectionYear_cd;
	stReferral.County = qGetMeasure.County_cd;
	stReferral.Measure = qGetMeasure.Measure_cd;

	//	Determine if a measure configuration file exists for the specified election.
//	if (FileExists(ExpandPath(".") & "\measure-" & stReferral.Year & "-" & stReferral.Election & ".ini")) {
	if (FileExists(ExpandPath("..") & "\measure-" & stReferral.Year & "-" & stReferral.Election & ".ini")) {
//		stReferral.ConfigFile = ExpandPath("measure-#stReferral.Year#-#stReferral.Election#.ini");
		stReferral.ConfigFile = ExpandPath("..\measure-#stReferral.Year#-#stReferral.Election#.ini");
	}

	stLocal["Index"] = GetProfileString(stReferral.ConfigFile, "Index", "#stReferral.Year#,#stReferral.Election#,#stReferral.County#,#stReferral.Measure#");
	stReferral = stLoadIniSection(stReferral.ConfigFile, stLocal.Index, stLocal.Index);
	stReferral.Agency = Replace(stReferral.Agency, "CCD", "Community College District", "All");
//	if (stReferral.Measure NEq stMeasure.Letter) {
//		stReferral.Measure = stMeasure.Letter;
//	}
	stReferral["Election"] = qGetMeasure.ElectionType_cd;
	stReferral["Year"] = qGetMeasure.ElectionYear_cd;
	stReferral["County"] = qGetMeasure.County_cd;

	stPage.Heading = "How Much Will Measure #stReferral.Letter# Cost You?";
	if (URL.D Eq "02") {
		stPage.Heading = "How Much Tax for YOUR Household?";
	}

	stForm = StructNew();
	stForm["Block"] = "";
	stForm["City"] = "";
	stForm["Counter"] = "0";
	stForm["FormName"] = "BondTax";
	stForm["House"] = "";
	stForm["Street"] = "";
	stForm["Unit"] = "";
	if (StructKeyExists(Form, "FormName")) {
		stForm.City = Trim(Form["City"]);
		stForm.Counter = Form["Counter"];
		stForm.House = Trim(Form["House"]);
		stForm.Street = Trim(Form["Street"]);
		stForm.Unit = Trim(Form["Unit"]);
	}
	if (stForm.House NEq "" And Len(stForm.House) GT "2") {
		stForm.Block = Left(stForm.House, Len(stForm.House) - 2);
	}

	stLocal["FormFile"] = "form-bond-tax-calculator.cfm";
	if (StructKeyExists(URL, "D")) {
		stLocal.FormFile = "TAXBILL/form-bond-tax-calculator-" & URL.D & ".cfm";
	}

Error near line 90, column 2.

Error resolving parameter STREFERRAL.AGENCY

The object AGENCY is not present in the scope named STREFERRAL. It is likely that you have misspelled the name of the object you are trying to access.

()
Please go back to the previous page to make corrections.

Log File: D:\inetpub\aplusconsultants\CALBONDS\LOG\catch.log Written