| | |
Could not load file or assembly 'Microsoft.Office.Interop.Word
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Apr 2007
Posts: 5
Reputation:
Solved Threads: 0
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.
•
•
Join Date: May 2008
Posts: 1
Reputation:
Solved Threads: 0
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
!
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
! ![]() |
Similar Threads
- Windows installer messege keeps popping up asking for office XP cd...plz help (Windows NT / 2000 / XP)
- how to work with word document in asp.net (ASP.NET)
- open a new word document (ASP.NET)
- Upgrading to Microsoft Office 2003 (Windows NT / 2000 / XP)
- Microsoft office 97! Help!!!!! (Windows Software)
- Microsoft Office 2000 Premium (Windows 95 / 98 / Me)
Other Threads in the ASP.NET Forum
- Previous Thread: Inserting checkbox values into one field
- Next Thread: Display a .swf file as header
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances asp asp.net beginner box browser businesslogiclayer button c# cac checkbox class commonfunctions compatible content contenttype control countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv gridview gudi iis javascript list listbox login menu microsoft mouse mssql nameisnotdeclared news novell numerical opera order panelmasterpagebuttoncontrols problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security serializesmo.table sessionvariables silverlight smoobjects software sql sql-server sqlserver2005 ssl tracking treeview validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming webservice wizard xsl youareanotmemberofthedebuggerusers





