Error in Microsoft.Office.Interop.Word for loading in asp.net
-
Hello I have a problem in using Microsoft.Office.Interop.Word namespace, in my project I can use as fine in Windows Base project but when I try using in my Web Base project, after this:
Dim wapp As New Application
page is too be late for loading and page show as loading, in tasbar I see WinWord.exe is running after this but don't can continue ....:confused: Mehdi Bahrami -
Hello I have a problem in using Microsoft.Office.Interop.Word namespace, in my project I can use as fine in Windows Base project but when I try using in my Web Base project, after this:
Dim wapp As New Application
page is too be late for loading and page show as loading, in tasbar I see WinWord.exe is running after this but don't can continue ....:confused: Mehdi Bahrami -
Member 2736092 wrote:
page is too be late for loading and page show as loading
what?
led mike
page can't load and shown as loading...
-
Hello I have a problem in using Microsoft.Office.Interop.Word namespace, in my project I can use as fine in Windows Base project but when I try using in my Web Base project, after this:
Dim wapp As New Application
page is too be late for loading and page show as loading, in tasbar I see WinWord.exe is running after this but don't can continue ....:confused: Mehdi BahramiWhen I define doc as Documents don't have problem, but when define wapp as new application this error it's present.
Mehdi Bahrami
-
Hello I have a problem in using Microsoft.Office.Interop.Word namespace, in my project I can use as fine in Windows Base project but when I try using in my Web Base project, after this:
Dim wapp As New Application
page is too be late for loading and page show as loading, in tasbar I see WinWord.exe is running after this but don't can continue ....:confused: Mehdi BahramiMember 2736092 wrote:
I have a problem in using Microsoft.Office.Interop.Word namespace, in my project I can use as fine in Windows Base project but when I try using in my Web Base project, after this: Dim wapp As New Application page is too be late for loading and page show as loading, in tasbar I see WinWord.exe is running after this but don't can continue ....
You should never, ever, in any circumstances run Office on your Internet server. This is a BAD thing to do because Office applications are not designed to run on servers. They are client operations. If you want to use Office documents, consider looking at the Office Web Components instead.
Deja View - the feeling that you've seen this post before.
-
Member 2736092 wrote:
I have a problem in using Microsoft.Office.Interop.Word namespace, in my project I can use as fine in Windows Base project but when I try using in my Web Base project, after this: Dim wapp As New Application page is too be late for loading and page show as loading, in tasbar I see WinWord.exe is running after this but don't can continue ....
You should never, ever, in any circumstances run Office on your Internet server. This is a BAD thing to do because Office applications are not designed to run on servers. They are client operations. If you want to use Office documents, consider looking at the Office Web Components instead.
Deja View - the feeling that you've seen this post before.
Thank You, But I can't find any, all of them it's by server side, anyone know what is client-side for Office Component?
Mehdi Bahrami
-
Member 2736092 wrote:
I have a problem in using Microsoft.Office.Interop.Word namespace, in my project I can use as fine in Windows Base project but when I try using in my Web Base project, after this: Dim wapp As New Application page is too be late for loading and page show as loading, in tasbar I see WinWord.exe is running after this but don't can continue ....
You should never, ever, in any circumstances run Office on your Internet server. This is a BAD thing to do because Office applications are not designed to run on servers. They are client operations. If you want to use Office documents, consider looking at the Office Web Components instead.
Deja View - the feeling that you've seen this post before.
Please help about this problem...
Mehdi Bahrami