B
bradern
Guest
Boujour à tous
Voila j'ai lu l'excellente doc Erwin Becker sur la création de plugin.
Et j'ai décidé par curiosité de suivre son tutoriel.
Malheuresement lorsque que j'essaye de compiler media portal, j'ai l'erreur de compilation suivante :
Construction lancée.
Error loading code-completion information for Interop.X10, Version=1.0.0.0, Culture=neutral from Interop.X10, Version=1.0.0.0, Culture=neutral:
Assembly not found.
Compilation en cours DirectShowLib
Compilation en cours MediaPortal.Support
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(0,0) : warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Compilation en cours Utils
D:\Projet Media Portal\Utils\Web\http\HTMLPage.cs(27,7) : error CS0246: The type or namespace name 'mshtml' could not be found (are you missing a using directive or an assembly reference?)
D:\Projet Media Portal\Utils\Web\http\HTTPRequest.cs(32,16) : warning CS0660: 'MediaPortal.Utils.Web.HTTPRequest' defines operator == or operator != but does not override Object.Equals(object o)
D:\Projet Media Portal\Utils\Web\http\HTTPRequest.cs(32,16) : warning CS0661: 'MediaPortal.Utils.Web.HTTPRequest' defines operator == or operator != but does not override Object.GetHashCode()
Compilation en cours MPTestTool
Construction échouée.
Error loading code-completion information for Microsoft.Office.Interop.Outlook from D:\Projet Media Portal\ProcessPlugins\..\Microsoft.Office.Interop.Outlook.dll:
Could not load file or assembly 'Office, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Pointeur non valide (Exception from HRESULT: 0x80004003 (E_POINTER))
Voila j'ai l'impression qu'il y a un problème au niveau de la mshtml.dll, pourtant cette dll est bien presente dans mon repertoire system32.
Que dois je faire pour que la compilation fonctionne car la je vois pas trop.
Merci d'avance
Voila j'ai lu l'excellente doc Erwin Becker sur la création de plugin.
Et j'ai décidé par curiosité de suivre son tutoriel.
Malheuresement lorsque que j'essaye de compiler media portal, j'ai l'erreur de compilation suivante :
Construction lancée.
Error loading code-completion information for Interop.X10, Version=1.0.0.0, Culture=neutral from Interop.X10, Version=1.0.0.0, Culture=neutral:
Assembly not found.
Compilation en cours DirectShowLib
Compilation en cours MediaPortal.Support
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(0,0) : warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Compilation en cours Utils
D:\Projet Media Portal\Utils\Web\http\HTMLPage.cs(27,7) : error CS0246: The type or namespace name 'mshtml' could not be found (are you missing a using directive or an assembly reference?)
D:\Projet Media Portal\Utils\Web\http\HTTPRequest.cs(32,16) : warning CS0660: 'MediaPortal.Utils.Web.HTTPRequest' defines operator == or operator != but does not override Object.Equals(object o)
D:\Projet Media Portal\Utils\Web\http\HTTPRequest.cs(32,16) : warning CS0661: 'MediaPortal.Utils.Web.HTTPRequest' defines operator == or operator != but does not override Object.GetHashCode()
Compilation en cours MPTestTool
Construction échouée.
Error loading code-completion information for Microsoft.Office.Interop.Outlook from D:\Projet Media Portal\ProcessPlugins\..\Microsoft.Office.Interop.Outlook.dll:
Could not load file or assembly 'Office, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Pointeur non valide (Exception from HRESULT: 0x80004003 (E_POINTER))
Voila j'ai l'impression qu'il y a un problème au niveau de la mshtml.dll, pourtant cette dll est bien presente dans mon repertoire system32.
Que dois je faire pour que la compilation fonctionne car la je vois pas trop.
Merci d'avance