Bonjour,
Je fais une application ASP.NET / C# et j'ai inclus des composant COM (fichiers excel et word)
en local (comme d'hab), tout marche nikel mais lorsque je deploie mon appli sur un serveur IIS, il ne reconnait pas les bibliotheques COM alors qu'elles sont bien ajoutée en reference dans mon projet.
l'erreur :
Code :
- Compilation Error
- Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
- Compiler Error Message: CS0234: The type or namespace name 'Office' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
- Source Error:
- Line 10: using System.Web.UI.WebControls;
- Line 11: using System.Web.UI.WebControls.WebParts;
- Line 12: using Excel = Microsoft.Office.Interop.Excel;
- Line 13: //using Word = Microsoft.Office.Interop.Word;
- Line 14: using System.Diagnostics;
|
Je suis sous Visual Studio 2008 et mon appli tourne avec le framework .NET 2.0
Merci de votre aide
Message édité par fatloui le 09-07-2009 à 15:55:36