0 Fetching Data Rockit QuickStart Tutorial Errors 2 Scott Henry posted 9 Years Ago Has anybody successfully completed the Fetching Data step of the Rockit Quickstart tutorial? I get the following errors when I run my project: Error 1 Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class Error 2 The name 'gList' does not exist in the current context Error 3 The name 'upnlContent' does not exist in the current context Error 4 The name 'gPeople' does not exist in the current context Error 5 The name 'gPeople' does not exist in the current context Error 6 The name 'gList' does not exist in the current context Error 7 The name 'gList' does not exist in the current context I have the following where I changed the class name to HelloWorldFetchingData: public partial class HelloWorldFetchingData : Rock.Web.UI.RockBlock On the markup page I changed the inherits to the following: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="HelloWorldFetchingData.ascx.cs" Inherits="RockWeb.Plugins.org_rocket.Tutorials.HelloWorldFetchingData" %> Any help would be greatly appreciated. Thanks.