You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Movie is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified. File name: 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' at WillStrohl.API.oEmbed.Providers.YouTube.GetVideoObject(String URL, Int32 Width, Int32 Height) at WillStrohl.API.oEmbed.Providers.YouTube.GetVideo(String URL) at WillStrohl.API.oEmbed.Wrapper.GetContent(RequestInfo Request) at DotNetNuke.Modules.Media.MediaModule.Page_Load(Object sender, EventArgs e) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value HKLM\Software\Microsoft\Fusion!EnableLog 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]. --- End of inner exception stack trace ---
comments
spook_man wrote Mar 6, 2013 at 6:04 AM
Upgraded to 4.0.3 (we aren't running DNN 7 nor .NET 4).
Now, I put in the URL for the YouTube video and nothing is being displayed. The module is there (when logged in), but nothing is being displayed.
Help.
nukealexs wrote Apr 8, 2013 at 12:08 PM
I can reproduce with latest media module and DNN 07.00.04 (180) following these steps to repro: http://vimeo.com/34813543
Error:
Error: Media is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at WillStrohl.API.oEmbed.Providers.YouTube.GetVideoObject(String URL, Int32 Width, Int32 Height) at WillStrohl.API.oEmbed.Providers.YouTube.GetVideo(String URL) at DotNetNuke.Modules.Media.MediaModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
The media that was requested was not returned by the remote server. This may be a temporary error, or the media and/or hosting server may no longer be available.
wrote Apr 8, 2013 at 12:21 PM
nukealexs wrote Apr 8, 2013 at 12:42 PM
NB .NET 4.0
The text was updated successfully, but these errors were encountered:
Original: WillStrohl/dnnextensions#7
Get the following error:
Movie is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified. File name: 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' at WillStrohl.API.oEmbed.Providers.YouTube.GetVideoObject(String URL, Int32 Width, Int32 Height) at WillStrohl.API.oEmbed.Providers.YouTube.GetVideo(String URL) at WillStrohl.API.oEmbed.Wrapper.GetContent(RequestInfo Request) at DotNetNuke.Modules.Media.MediaModule.Page_Load(Object sender, EventArgs e) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value HKLM\Software\Microsoft\Fusion!EnableLog 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]. --- End of inner exception stack trace ---
comments
spook_man wrote Mar 6, 2013 at 6:04 AM
Upgraded to 4.0.3 (we aren't running DNN 7 nor .NET 4).
Now, I put in the URL for the YouTube video and nothing is being displayed. The module is there (when logged in), but nothing is being displayed.
Help.
nukealexs wrote Apr 8, 2013 at 12:08 PM
I can reproduce with latest media module and DNN 07.00.04 (180) following these steps to repro:
http://vimeo.com/34813543
Error:
Error: Media is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at WillStrohl.API.oEmbed.Providers.YouTube.GetVideoObject(String URL, Int32 Width, Int32 Height) at WillStrohl.API.oEmbed.Providers.YouTube.GetVideo(String URL) at DotNetNuke.Modules.Media.MediaModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
The media that was requested was not returned by the remote server. This may be a temporary error, or the media and/or hosting server may no longer be available.
wrote Apr 8, 2013 at 12:21 PM
nukealexs wrote Apr 8, 2013 at 12:42 PM
NB .NET 4.0
The text was updated successfully, but these errors were encountered: