home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
I need help developing a new site
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dj_Moren" data-source="post: 890157" data-attributes="member: 99375"><p>Hello, a couple of things now:</p><p> </p><p>1. I started doing a new Site project (OnlineVideos.Sites.Dj_Moren). It works well but when the i put in source a log sencence then throws me an error:</p><p>[CODE]</p><p>[08-09 20:29:02,598] [OnlineVideos] [WARN ] System.Runtime.Serialization.SerializationException: No se puede encontrar el ensamblado 'OnlineVideos.Sites.Dj_Moren, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null'.</p><p> </p><p>Server stack trace: </p><p> en System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly()</p><p> en System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType(BinaryAssemblyInfo assemblyInfo, String name)</p><p> en System.Runtime.Serialization.Formatters.Binary.ObjectMap..ctor(String objectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable)</p><p> en System.Runtime.Serialization.Formatters.Binary.ObjectMap.Create(String name, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable)</p><p> en System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record)</p><p> en System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryHeaderEnum binaryHeaderEnum)</p><p> en System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()</p><p> en System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)</p><p> en System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)</p><p> en System.Runtime.Remoting.Channels.CrossAppDomainSerializer.DeserializeObject(MemoryStream stm)</p><p> en System.Runtime.Remoting.Channels.CrossAppDomainSerializer.DeserializeMessageParts(MemoryStream stm)</p><p> en System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage.FixupForNewAppDomain()</p><p> en System.Runtime.Remoting.Channels.CrossAppDomainSink.DoDispatch(Byte[] reqStmBuff, SmuggledMethodCallMessage smuggledMcm, SmuggledMethodReturnMessage& smuggledMrm)</p><p> en System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatchCallback(Object[] args)</p><p> </p><p>Exception rethrown at [0]: </p><p> en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)</p><p> en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)</p><p> en OnlineVideos.ILog.Info(String format, Object[] arg)</p><p> en OnlineVideos.Log.Info(String format, Object[] arg) en C:\Proyectos\Onlinevideos\OnlineVideos\Log.cs:línea 37</p><p> en OnlineVideos.Sites.Antena3NuevoUtil.DiscoverSubCategories(Category parentCategory)</p><p> en System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)</p><p> en System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)</p><p> en System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)</p><p> </p><p>Exception rethrown at [1]: </p><p> en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)</p><p> en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)</p><p> en OnlineVideos.Sites.SiteUtilBase.DiscoverSubCategories(Category parentCategory)</p><p> en OnlineVideos.MediaPortal1.GUIOnlineVideos.<>c__DisplayClass35.<DisplayCategories>b__2f() en C:\Proyectos\Onlinevideos\OnlineVideos.MediaPortal1\GUIOnlineVideos.cs:línea 1365</p><p> en OnlineVideos.MediaPortal1.Gui2UtilConnector.<>c__DisplayClass5.<ExecuteInBackgroundAndCallback>b__2() en C:\Proyectos\Onlinevideos\OnlineVideos.MediaPortal1\Gui2UtilConnector.cs:línea 88</p><p>[/CODE]</p><p>What do i have to do to solve this? I'm sure you can help me with this.</p><p> </p><p>2. About sincronization of the videos told before, the problem is with the videos, not mediaportal. They are uploaded desincroniced in the site so nothing to do...<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite25" alt="(n)" title="Thumbs Down (n)" loading="lazy" data-shortname="(n)" /> Thank god that it doesn't happen in all site videos.</p></blockquote><p></p>
[QUOTE="Dj_Moren, post: 890157, member: 99375"] Hello, a couple of things now: 1. I started doing a new Site project (OnlineVideos.Sites.Dj_Moren). It works well but when the i put in source a log sencence then throws me an error: [CODE] [08-09 20:29:02,598] [OnlineVideos] [WARN ] System.Runtime.Serialization.SerializationException: No se puede encontrar el ensamblado 'OnlineVideos.Sites.Dj_Moren, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null'. Server stack trace: en System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly() en System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType(BinaryAssemblyInfo assemblyInfo, String name) en System.Runtime.Serialization.Formatters.Binary.ObjectMap..ctor(String objectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable) en System.Runtime.Serialization.Formatters.Binary.ObjectMap.Create(String name, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable) en System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record) en System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryHeaderEnum binaryHeaderEnum) en System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run() en System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) en System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) en System.Runtime.Remoting.Channels.CrossAppDomainSerializer.DeserializeObject(MemoryStream stm) en System.Runtime.Remoting.Channels.CrossAppDomainSerializer.DeserializeMessageParts(MemoryStream stm) en System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage.FixupForNewAppDomain() en System.Runtime.Remoting.Channels.CrossAppDomainSink.DoDispatch(Byte[] reqStmBuff, SmuggledMethodCallMessage smuggledMcm, SmuggledMethodReturnMessage& smuggledMrm) en System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatchCallback(Object[] args) Exception rethrown at [0]: en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en OnlineVideos.ILog.Info(String format, Object[] arg) en OnlineVideos.Log.Info(String format, Object[] arg) en C:\Proyectos\Onlinevideos\OnlineVideos\Log.cs:línea 37 en OnlineVideos.Sites.Antena3NuevoUtil.DiscoverSubCategories(Category parentCategory) en System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) en System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) en System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [1]: en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en OnlineVideos.Sites.SiteUtilBase.DiscoverSubCategories(Category parentCategory) en OnlineVideos.MediaPortal1.GUIOnlineVideos.<>c__DisplayClass35.<DisplayCategories>b__2f() en C:\Proyectos\Onlinevideos\OnlineVideos.MediaPortal1\GUIOnlineVideos.cs:línea 1365 en OnlineVideos.MediaPortal1.Gui2UtilConnector.<>c__DisplayClass5.<ExecuteInBackgroundAndCallback>b__2() en C:\Proyectos\Onlinevideos\OnlineVideos.MediaPortal1\Gui2UtilConnector.cs:línea 88 [/CODE] What do i have to do to solve this? I'm sure you can help me with this. 2. About sincronization of the videos told before, the problem is with the videos, not mediaportal. They are uploaded desincroniced in the site so nothing to do...(n) Thank god that it doesn't happen in all site videos. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
I need help developing a new site
Contact us
RSS
Top
Bottom