my web page C#.net is work properly in my iis .but when i publish in another server it give errers.i used vs2005 and ms word 2003.
but in the server there is no vs2005 or word installed. it has only .net frame work installed.folow ing the error,
Parser Error Message: Could not load file or assembly 'Microsoft.Offi ce.Interop.Word , Version=11.0.0. 0, Culture=neutral , PublicKeyToken= 71e9bce111e9429 c' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 27: <compilation debug="false">
Line 28: <assemblies>
Line 29: <add assembly="Micro soft.Office.Int erop.Word, Version=11.0.0. 0, Culture=neutral , PublicKeyToken= 71e9bce111e9429 c"/>
Line 30: <add assembly="Offic e, Version=11.0.0. 0, Culture=neutral , PublicKeyToken= 71e9bce111e9429 c"/>
Line 31:
Source File: E:\hris\crisis\ web.config Line: 29
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Offi ce.Interop.Word , Version=11.0.0. 0, Culture=neutral , PublicKeyToken= 71e9bce111e9429 c' could not be loaded.
should i install word or vs2005 or what is the reason.how can i fixed it
but in the server there is no vs2005 or word installed. it has only .net frame work installed.folow ing the error,
Parser Error Message: Could not load file or assembly 'Microsoft.Offi ce.Interop.Word , Version=11.0.0. 0, Culture=neutral , PublicKeyToken= 71e9bce111e9429 c' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 27: <compilation debug="false">
Line 28: <assemblies>
Line 29: <add assembly="Micro soft.Office.Int erop.Word, Version=11.0.0. 0, Culture=neutral , PublicKeyToken= 71e9bce111e9429 c"/>
Line 30: <add assembly="Offic e, Version=11.0.0. 0, Culture=neutral , PublicKeyToken= 71e9bce111e9429 c"/>
Line 31:
Source File: E:\hris\crisis\ web.config Line: 29
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Offi ce.Interop.Word , Version=11.0.0. 0, Culture=neutral , PublicKeyToken= 71e9bce111e9429 c' could not be loaded.
should i install word or vs2005 or what is the reason.how can i fixed it
Comment