DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/)
-   ASP.NET (http://www.daniweb.com/forums/forum18.html)
-   -   Could not load file or assembly 'Microsoft.Office.Interop.Word (http://www.daniweb.com/forums/thread74410.html)

sajithkahawatta Apr 6th, 2007 6:09 am
Could not load file or assembly 'Microsoft.Office.Interop.Word
 
:sad: :sad: 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.folowing the error,

Parser Error Message:
Could not load file or assembly
'Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c' 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="Microsoft.Office.Interop.Word,
Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/>
Line 30: <add assembly="Office, Version=11.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c"/>
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.Office.Interop.Word,
Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
could not be loaded.


should i install word or vs2005 or what is the reason.how can i fixed
it

i found that adding dll to the assembly cache in the server would solve the problem is it so should i add the dll in the bin file or what dll should i use.

RakSaiABI May 8th, 2008 3:14 am
Re: Could not load file or assembly 'Microsoft.Office.Interop.Word
 
Download "Primary Interop Assemblies" from the link ->
http://jagsmcp.spaces.live.com/blog/...098!2301.entry

Install the Assembly to the same Folder where gacutil.exe is present in your System.

Then try
using Excel = Microsoft.Office.Interop.Excel; in your Code
Happy Coding :) !

BarbaMariolino May 9th, 2008 6:11 am
Re: Could not load file or assembly 'Microsoft.Office.Interop.Word
 
Hi,

Using Automation is not the way to have Excel or Word support on your web page. You will probably have to use some third party component. Here you can find a few reasons why is GemBox.Spreadsheet better then Automation: http://www.gemboxsoftware.com/GBSpre...htm#Automation.

GemBox.Spreadsheet is a .NET component for reading/writing XLS, XLSX, CSV and HTML files from .NET applications. We have a free version of the component (http://www.gemboxsoftware.com/GBSpreadsheetFree.htm) that you can use even in your commercial applications.

Mario
<snipped>

Quote:

Originally Posted by sajithkahawatta (Post 339730)
:sad: :sad: 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.folowing the error,

Parser Error Message:
Could not load file or assembly
'Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c' 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="Microsoft.Office.Interop.Word,
Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/>
Line 30: <add assembly="Office, Version=11.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c"/>
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.Office.Interop.Word,
Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
could not be loaded.


should i install word or vs2005 or what is the reason.how can i fixed
it

i found that adding dll to the assembly cache in the server would solve the problem is it so should i add the dll in the bin file or what dll should i use.



All times are GMT -4. The time now is 3:58 am.

Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC