Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Error during installation: 'ASP.UmbracoHelper' does not contain a definition for 'IsVersion7OrNewer' #52

Closed
creativesuspects opened this issue Jan 28, 2015 · 1 comment

Comments

@creativesuspects
Copy link
Contributor

I'm trying to install UrlTracker version 3.3 on Umbraco version 6.2.4, but I'm getting the following server error:

Compiler Error Message: CS0117: 'ASP.UmbracoHelper' does not contain a definition for 'IsVersion7OrNewer'

Source Error:

Line 12:         <div class="dashboardWrapper">
Line 13:             <h2>Url Tracker</h2>
Line 14:             <img src="<%= Page.ClientScript.GetWebResourceUrl(typeof(UrlTrackerResources), "InfoCaster.Umbraco.UrlTracker.UI.res.img.urltracker-icon.png") %>" alt="UrlTracker" class="dashboardIcon" style="<%= UmbracoHelper.IsVersion7OrNewer ? "left: 3px; top: 5px;" : string.Empty %>" />
Line 15:             <p>Please wait while the Url Tracker executes the final installation tasks...</p>
Line 16:             <div id="urlTrackerLoader">

Source File: /Umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.Installer.UrlTrackerInstaller.ascx    Line: 14
@kipusoep
Copy link
Owner

Merged PR, will be included in the next update.

kipusoep added a commit that referenced this issue Jan 28, 2015
[BugFix] Error during installation: 'ASP.UmbracoHelper' does not contain a definition for 'IsVersion7OrNewer' ([#52](#52))
[BugFix] JavaScripts errors in backend in IE11 ([#31](#31), updated jQuery)
[Feature] Domain on child node with cross site/host redirects ([#40](#40))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants