Create MS WORD document
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
in web page i create word document. i referenced to MSWord.olb file. But there is no Bin directory, there is no any delegate as it is automaticaly created when you referance to dll file. my site works on local machine, it creates word documants. but at server, i got error :S how could i solvE?
-
in web page i create word document. i referenced to MSWord.olb file. But there is no Bin directory, there is no any delegate as it is automaticaly created when you referance to dll file. my site works on local machine, it creates word documants. but at server, i got error :S how could i solvE?
Hello, I'm thinking about two solutions: 1. Try to call MS Word using late binding. 2. Ty to use Aspose.Word library