Just trying reposting, as it didn't seem to work a moment ago.
I've just installed the latest version of contour direct from the repository on Friday into a 4.5.2 instance and get the following error.
Ideas?
Server Error in '/' Application.
Could not load file or assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Stack Trace:
[FileNotFoundException: Could not load file or assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.]
Umbraco.Forms.Core.Licensing.IsTrial() in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Licensing\Licensing.cs:34
Umbraco.Forms.Core.Configuration.get_IsTrial() in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Configuration.cs:41
Umbraco.Forms.UI.Dashboard.FormsDashboard.Page_Load(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.UI\Dashboard\FormsDashboard.ascx.cs:34
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
It looks like the umbraco licensing DLL is missing? You can get the DLL from the latest builds repository here (choose your version of Contour and then select the most recent update): http://nightly.umbraco.org/Umbraco%20Contour/ the file you are looking for is called "Umbraco.Licensing.dll"
Problem loading up contour after install
Just trying reposting, as it didn't seem to work a moment ago.
I've just installed the latest version of contour direct from the repository on Friday into a 4.5.2 instance and get the following error.
Ideas?
Server Error in '/' Application.
Could not load file or assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Stack Trace:
[FileNotFoundException: Could not load file or assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.]
Umbraco.Forms.Core.Licensing.IsTrial() in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Licensing\Licensing.cs:34
Umbraco.Forms.Core.Configuration.get_IsTrial() in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Configuration.cs:41
Umbraco.Forms.UI.Dashboard.FormsDashboard.Page_Load(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.UI\Dashboard\FormsDashboard.ascx.cs:34
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618
Interestingly falling back to Contour 1.1.4 seems to have fixed the problem, without any other changes. Still unclear why I can't use 1.1.4.1
It looks like the umbraco licensing DLL is missing? You can get the DLL from the latest builds repository here (choose your version of Contour and then select the most recent update): http://nightly.umbraco.org/Umbraco%20Contour/ the file you are looking for is called "Umbraco.Licensing.dll"
Hope that helps!
is working on a reply...