I want to read one .doc file which is present in some folder in my application..
for this :
1: I added reference com component of Microsoft word 11.0
2: <add assembly="Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
so in my local machine its working fine without any error but
whenever i uploaded my application to server its showing error
"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."
So any quick solution for this??
My application
ASP.Net +C#.Net.
susant
Reply