0 Custom TransactionEntry Block Help 2 Nathan Parikh posted 7 Years Ago I'm trying to modify the built-in TransactionEntry.ascx/.cs block by copying it and modifying it to create my own custom block.So far I've modified the Inherits argument in the .ascx file and the corresponding namespace and public partial class in the .ascx.cs file and have left everything else the same. However, when I run the block, it gives the following error:c:\inetpub\wwwroot\Plugins\org_hbcfw\HelloWorld.ascx.cs(446): error CS0117: 'Rock.SystemGuid.EntityType' does not contain a definition for 'FINANCIAL_GATEWAY_TEST_GATEWAY' at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at Rock.Web.UI.RockPage.OnInit(EventArgs e)Any tips?