I get this error below when version 0.3 installing (using 'Install local package') on Umbraco 4.71. -- Microsoft .NET Framework Version:4.0.30319 - Also same error on version 0.2 install. All components install in /bin, /usercontrols and root directories, When I add href="Minify?f=/css/global.css;/css/site-styles.css" to template nothing happens - css fails to load (shows as <link rel="stylesheet" href="Minify?f=/css/global.css;/css/site-styles.css" /> when it resolves on page).
[NullReferenceException: Object reference not set to an instance of an object.]
Offroadcode.Compression.Installer.CompressionInstaller.Page_Load(Object sender, EventArgs e) +223
System.Web.UI.Control.LoadRecursive() +70
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3177
Error when installing version 0.3 or 0.2 on 4.7.1
I get this error below when version 0.3 installing (using 'Install local package') on Umbraco 4.71. -- Microsoft .NET Framework Version:4.0.30319 - Also same error on version 0.2 install. All components install in /bin, /usercontrols and root directories, When I add href="Minify?f=/css/global.css;/css/site-styles.css" to template nothing happens - css fails to load (shows as <link rel="stylesheet" href="Minify?f=/css/global.css;/css/site-styles.css" /> when it resolves on page).
Hey Rob,
Thats a new one. Don't know why it appears to be loading it as a usercontrol though or why it mentions the installer
Let me take a look and see what I can find.
Pete
is working on a reply...