Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
RSS
i have added Microsoft.Office.Interop.Word by com object in my project to convert doc to text it works in local but on web server it gives error :
Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
or one of its dependencies. The system cannot find the file specified.
skk1982
Member
24 Points
42 Posts
Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral...
Oct 25, 2011 11:31 AM|LINK
i have added Microsoft.Office.Interop.Word by com object in my project to convert doc to text it works in local but on web server it gives error :
Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
Pls give me the soulution for this. thanks
reetvenky34
Participant
1540 Points
283 Posts
Re: Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neu...
Oct 25, 2011 11:40 AM|LINK
Hi,
Right Click on the assembly make change to copy local set true
and compile and pulish to the server
Venkatesh.Gudipati
Please remember to click “Mark as Answer” on the post that helps you
Ruchira
All-Star
42887 Points
7020 Posts
MVP
Re: Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neu...
Oct 25, 2011 11:41 AM|LINK
Copy paste the Microsoft.Office.Interop.Word.dll into bin folder in server.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.nitish_arora
Member
6 Points
3 Posts
Re: Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neu...
Feb 22, 2013 06:56 AM|LINK
Hi,
I am a newbie and don't know where to find the assembly in the Web site. ANy screen chot for the same will be of great help.
Thanks
Nitish
nitish_arora
Member
6 Points
3 Posts
Re: Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neu...
Feb 22, 2013 06:56 AM|LINK
Hi,
I have already done the same, and can you tell me how to check the version of the reference dll in website