Could not load all types from "YouTube.Umbraco, Version=1.0.4.87, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping:
. System.IO.FileLoadException: Could not load file or assembly 'Google.Apis, Version=1.9.0.23042, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Had to remove those dlls in order to be able to get back into the umbraco backoffice
And when I try to run the app in Visual Studio, I get this error
Severity Code Description Project File Line Source Suppression State
Error The type or namespace name 'EventDetailsModel' does not exist in the namespace 'EventCalendar.Core.Models' (are you missing an assembly reference?) c:\Users\Carlos.Casalicchio\AppData\Local\Temp\Temporary ASP.NET Files\root\69af4247\4a5b2e4d\App_Web_eventdetails.cshtml.c38ee445.ipt0cosu.0.cs 41 Build
have you installed some other umbraco packages?
As for me it seems that it is a version conflict caused by different google api versions used in EventCalendar and Youtube.Umbraco.
Think an assembly redirect should fix the issue.
For the second error, not really sure if that is a follow up error or not.
Will test it to make sure it isn't a bug in the current version.
Error after upgrade
Got the following error, after upgrading
Had to remove those dlls in order to be able to get back into the umbraco backoffice
And when I try to run the app in Visual Studio, I get this error
Hi Carlos,
have you installed some other umbraco packages? As for me it seems that it is a version conflict caused by different google api versions used in EventCalendar and Youtube.Umbraco. Think an assembly redirect should fix the issue.
For the second error, not really sure if that is a follow up error or not. Will test it to make sure it isn't a bug in the current version.
Thanks for reporting and a happy new year.
Regards David
I have removed the package for now, so I can continue development. I'll try to install it again in the near future.
Thnx!
is working on a reply...