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: 888847" data-attributes="member: 99375"><p>I'm trying to develop a new site but i'm not .NET coder, so i'm a really a noob here.</p><p> </p><p>I installed Visual Studio 2010 Utilmate and downloaded the source code with tortiseSVN. I opened OnlineVideos.sln and i can see three projects: Onlinevideos, Onlinevideos.Mediaportal1 and Siteparser. There are also 2 directories, SiteutilProjects (with the sites developed by the users) and Solution Items wich is empty.</p><p> </p><p>I tried launching three projects (i really don't know it it has sense throwing 3 projects but i just tried it):</p><p> </p><p>1. Onlinevideos: i launch it and gives me 3 alterts:</p><p>[CODE]</p><p>Se detectó LoaderLock</p><p>Message: El archivo DLL 'C:\Windows\assembly\GAC\Microsoft.DirectX.Direct3D\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.Direct3D.dll' está intentando realizar una ejecución administrada dentro del bloqueo del cargador del sistema operativo. No intente ejecutar código administrado dentro de DllMain ni la función de inicialización de imagen porque la aplicación se puede bloquear.</p><p> </p><p>Se detectó LoaderLock</p><p>Message: El archivo DLL 'C:\Windows\assembly\GAC\Microsoft.DirectX\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.dll' está intentando realizar una ejecución administrada dentro del bloqueo del cargador del sistema operativo. No intente ejecutar código administrado dentro de DllMain ni la función de inicialización de imagen porque la aplicación se puede bloquear.</p><p> </p><p> </p><p>Se detectó LoaderLock</p><p>Message: El archivo DLL 'C:\Windows\assembly\GAC\Microsoft.DirectX.Direct3DX\1.0.2911.0__31bf3856ad364e35\Microsoft.DirectX.Direct3DX.dll' está intentando realizar una ejecución administrada dentro del bloqueo del cargador del sistema operativo. No intente ejecutar código administrado dentro de DllMain ni la función de inicialización de imagen porque la aplicación se puede bloquear.</p><p>[/CODE]</p><p>I click in each message continue button and then mediaportal starts, i enter in onlinevideos but it hangs here. I have to close mediaportal window. If i enter in other sites i.e. videos, music... it works well.</p><p> </p><p>2. Onlinevideos.Mediaportal1: i can't start it because it throws an error saying it can't load the archive:</p><p>[CODE]</p><p>No se puede cargar el archivo o ensamblado 'file:///C:/Program Files (x86)/Team MediaPortal/MediaPortal/Common.Utils.dll' ni una de sus dependencias. Se ha intentado cargar un programa con un formato incorrecto. Línea 178, posición 5. C:\Proyectos\Onlinevideos\OnlineVideos.MediaPortal1\Configuration\CreateEditSite.resx 178 5 OnlineVideos.MediaPortal1</p><p>[/CODE]</p><p>I tried adding "C:\Program Files (x86)\Team MediaPortal\MediaPortal\Common.Utils.dll" to references and it apeears in the list but the same error is thrown.</p><p> </p><p>3. Siteparser: loads correctly and i can work with it like if i where in mediaportal but really i don't know how this can help me.</p><p> </p><p>Now i have lots of questions, i'm going to try to simplify them:</p><p>a. Wich project do i need to launch for developing a site?</p><p>b. Wich steps do i have to do for developing a site? (offbyone told me to start modifiying a developed site but i don't know how to test those modifications)</p><p>c. How can i test the site i'm developing?</p><p>d. Wich of the warnings do i need to solve and how?</p><p> </p><p>Please, respond this questions like if you were talking to a noob in .NET enviroment please, my goal is to help the community aporting new sites!! Thank you!!</p></blockquote><p></p>
[QUOTE="Dj_Moren, post: 888847, member: 99375"] I'm trying to develop a new site but i'm not .NET coder, so i'm a really a noob here. I installed Visual Studio 2010 Utilmate and downloaded the source code with tortiseSVN. I opened OnlineVideos.sln and i can see three projects: Onlinevideos, Onlinevideos.Mediaportal1 and Siteparser. There are also 2 directories, SiteutilProjects (with the sites developed by the users) and Solution Items wich is empty. I tried launching three projects (i really don't know it it has sense throwing 3 projects but i just tried it): 1. Onlinevideos: i launch it and gives me 3 alterts: [CODE] Se detectó LoaderLock Message: El archivo DLL 'C:\Windows\assembly\GAC\Microsoft.DirectX.Direct3D\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.Direct3D.dll' está intentando realizar una ejecución administrada dentro del bloqueo del cargador del sistema operativo. No intente ejecutar código administrado dentro de DllMain ni la función de inicialización de imagen porque la aplicación se puede bloquear. Se detectó LoaderLock Message: El archivo DLL 'C:\Windows\assembly\GAC\Microsoft.DirectX\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.dll' está intentando realizar una ejecución administrada dentro del bloqueo del cargador del sistema operativo. No intente ejecutar código administrado dentro de DllMain ni la función de inicialización de imagen porque la aplicación se puede bloquear. Se detectó LoaderLock Message: El archivo DLL 'C:\Windows\assembly\GAC\Microsoft.DirectX.Direct3DX\1.0.2911.0__31bf3856ad364e35\Microsoft.DirectX.Direct3DX.dll' está intentando realizar una ejecución administrada dentro del bloqueo del cargador del sistema operativo. No intente ejecutar código administrado dentro de DllMain ni la función de inicialización de imagen porque la aplicación se puede bloquear. [/CODE] I click in each message continue button and then mediaportal starts, i enter in onlinevideos but it hangs here. I have to close mediaportal window. If i enter in other sites i.e. videos, music... it works well. 2. Onlinevideos.Mediaportal1: i can't start it because it throws an error saying it can't load the archive: [CODE] No se puede cargar el archivo o ensamblado 'file:///C:/Program Files (x86)/Team MediaPortal/MediaPortal/Common.Utils.dll' ni una de sus dependencias. Se ha intentado cargar un programa con un formato incorrecto. Línea 178, posición 5. C:\Proyectos\Onlinevideos\OnlineVideos.MediaPortal1\Configuration\CreateEditSite.resx 178 5 OnlineVideos.MediaPortal1 [/CODE] I tried adding "C:\Program Files (x86)\Team MediaPortal\MediaPortal\Common.Utils.dll" to references and it apeears in the list but the same error is thrown. 3. Siteparser: loads correctly and i can work with it like if i where in mediaportal but really i don't know how this can help me. Now i have lots of questions, i'm going to try to simplify them: a. Wich project do i need to launch for developing a site? b. Wich steps do i have to do for developing a site? (offbyone told me to start modifiying a developed site but i don't know how to test those modifications) c. How can i test the site i'm developing? d. Wich of the warnings do i need to solve and how? Please, respond this questions like if you were talking to a noob in .NET enviroment please, my goal is to help the community aporting new sites!! Thank you!! [/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