But i get this errror:
-> Umbraco.Core.Exceptions.BootFailedException: Boot failed.
-> System.Reflection.ReflectionTypeLoadException: Could not load all types from "Analytics, Version=1.2.1.100, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping:
. System.TypeLoadException on Umbraco.Core.ApplicationEventHandler: Der Typ "Umbraco.Core.ApplicationEventHandler" in der Assembly "Umbraco.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" konnte nicht geladen werden.
. System.IO.FileNotFoundException: Die Datei oder Assembly "umbraco, Version=1.0.5632.22686, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
i think its not for umbraco 8,
Does anybody know another solution? Or for example an Content App?
Umbraco 8, Analytics in Backend
Hello, is there a way to display google analytics in the umbraco backend?
I tried this package: https://github.com/umbraco-community/umbraco-analytics
But i get this errror: -> Umbraco.Core.Exceptions.BootFailedException: Boot failed.
-> System.Reflection.ReflectionTypeLoadException: Could not load all types from "Analytics, Version=1.2.1.100, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping: . System.TypeLoadException on Umbraco.Core.ApplicationEventHandler: Der Typ "Umbraco.Core.ApplicationEventHandler" in der Assembly "Umbraco.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" konnte nicht geladen werden. . System.IO.FileNotFoundException: Die Datei oder Assembly "umbraco, Version=1.0.5632.22686, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
i think its not for umbraco 8,
Does anybody know another solution? Or for example an Content App?
Hi No that package won't work for Umbraco 8 unless it gets updated.
You can use this one which is a content app.
GitHub https://github.com/abjerner/Skybrud.Umbraco.Analytics
NuGet https://www.nuget.org/packages/Skybrud.Umbraco.Analytics/
Cheers
Paul
Thanks man! Thats amazing it works!
But i had to delete Entity Framework 6.4.0 and install 6.2.0 to test this.
Is there a way to use it with Entity Framework 6.4.0?
Thanks in advance.
is working on a reply...