I've done find and replace solution in Micorsoft.Office.Interop.Word
in asp.net I would like to move this solution on NetOffice
in my asp.net server where there is no Microsoft Word. I got error
progid not found
. What I do wrong because on my computer where I have Microsoft Word this code work fine in NetOffice?
Word.Application wordApp = new Word.Application();
<-- here is this error