Error 37000

UD045: No instance method 'vc_init_template4' in the user defined type 'DB.DBA.page_c1ee0a97b94433a83f691034cda00d94V_VAD_blog2_templates_main_vspx'
while executing the following statement:
#line 7606 "/DAV/VAD/blog2/templates/main.vspx-sql"
create method vc_data_bind_template4 (inout control vspx_row_template , inout e vspx_event) for "DB"."dba".page_c1ee0a97b94433a83f691034cda00d94V_VAD_blog2_templates_main_vspx
{
  --no_c_escapes-
  declare path, params, lines any;
  
  if (not control.vc_enabled)
    {

      return 1;
    }
  path := e.ve_path;
  params := e.ve_params;
  lines := e.ve_lines;

   if (not control.vc_instantiate)
     {
       control.vc_instantiate := 1;
       self.vc_init_template4 (control, control.vc_parent);
       if (self.vc_page.vc_is_postback and e.ve_button is null)
         self.vc_get_focus (e);
     }
  
-- Databound fields of the control:
  
-- Databound HTML attributes:
   
    declare ds vspx_data_set;
    ds := control.vc_parent;
    if (ds is not null and ds.ds_data_source is not null)
      ds.ds_data_source.ds_current_inx := control.te_ctr;
    

#line 837 "http://local.virt/vspx"

}