ERROR:'BusinessObjects.TemplateUtil' does not contain a definition for 'HasSiteTracking'
ERROR:Errors while compiling a Template. Please try the following to solve the situation: * If the problem is about missing/invalid references or multiple defines either try to load the missing references manually (in the compiling appdomain!) or Specify your references manually by providing your own IReferenceResolver implementation. See https://antaris.github.io/RazorEngine/ReferenceResolver.html for details. Currently all references have to be available as files! * If you get 'class' does not contain a definition for 'member': try another modelType (for example 'null' to make the model dynamic). NOTE: You CANNOT use typeof(dynamic) to make the model dynamic! Or try to use static instead of anonymous/dynamic types. More details about the error: - error: (275, 44) 'BusinessObjects.SiteTracking.SiteTracker' does not contain a definition for 'TrackUser' and no extension method 'TrackUser' accepting a first argument of type 'BusinessObjects.SiteTracking.SiteTracker' could be found (are you missing a using directive or an assembly reference?) - error: (277, 44) 'BusinessObjects.SiteTracking.SiteTracker' does not contain a definition for 'TrackCheckoutViewCart' and no extension method 'TrackCheckoutViewCart' accepting a first argument of type 'BusinessObjects.SiteTracking.SiteTracker' could be found (are you missing a using directive or an assembly reference?) - error: (278, 44) 'BusinessObjects.SiteTracking.SiteTracker' does not contain a definition for 'TrackCheckoutBeginCheckout' and no extension method 'TrackCheckoutBeginCheckout' accepting a first argument of type 'BusinessObjects.SiteTracking.SiteTracker' could be found (are you missing a using directive or an assembly reference?) The template-file we tried to compile is: THEME_BPDTHEME01_Opening Body_$$_02122024134428503 The generated source code is: ------------- START ----------- //------------------------------------------------------------------------------ //