-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I would like to add a Google Analytics panel to an Umbraco Dashboard.
I have installed Umbraco 7.12.4, then, i have installed the nuget package v1.0.0-beta4
Then i log into Umbraco and the Content section dashboard does not load.
Looking into the log file, i see this error:
ERROR Skybrud.Umbraco.Dashboard.DashboardContext - Unable to load configuration file for the Dashboard: Could not find file 'C:\Webs_demos\Skybrud.Umbraco.Dashboard\Config\Skybrud.Dashboard.config'.
System.IO.FileNotFoundException: Could not find file 'C:\Webs_demos\Skybrud.Umbraco.Dashboard\Config\Skybrud.Dashboard.config'.
File name: 'C:\Webs_demos\Skybrud.Umbraco.Dashboard\Config\Skybrud.Dashboard.config'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
at System.IO.File.ReadAllText(String path)
at Skybrud.Umbraco.Dashboard.Config.DashboardConfiguration.Load(String path)
at Skybrud.Umbraco.Dashboard.DashboardContext..ctor()