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:
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:
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!!
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.
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
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!!