473,472 Members | 2,088 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

word not visible

I am really stumped. I am trying to create a new document or trying to
open an existing document locally on a Windows 2000 server thru VB.net
with Word XP (nothing fancy). Everything seems to work fine and I can
see a Word document open on my computer when I try it on my pc. When I
use the same program on the server, I don't recieve any errors, I can
see winword.exe running thru task manager and the document is open
because I can see the Word temp file also on the server. so everything
seems to be okay but word is just not visible. the instance of Word is
not on the taskbar either. If I open Word on the server from Word
itself everything is okay including seeing Word on the taskbar. I have
tried to cascade the windows etc. to no avail and yes word is set to
visible in code. I have used dcomcnfg to add permissions to the Word
instance, set it to open as Administrator, folder permissions, document
permissions and just about every permission known. If anybody has any
thoughts I sure would appreciate it because I am at the end of the
rope.
TIA,
Richard

Sep 7 '05 #1
6 1366
webforms or winforms?

"fizmon" <da********@comcast.net> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
I am really stumped. I am trying to create a new document or trying to
open an existing document locally on a Windows 2000 server thru VB.net
with Word XP (nothing fancy). Everything seems to work fine and I can
see a Word document open on my computer when I try it on my pc. When I
use the same program on the server, I don't recieve any errors, I can
see winword.exe running thru task manager and the document is open
because I can see the Word temp file also on the server. so everything
seems to be okay but word is just not visible. the instance of Word is
not on the taskbar either. If I open Word on the server from Word
itself everything is okay including seeing Word on the taskbar. I have
tried to cascade the windows etc. to no avail and yes word is set to
visible in code. I have used dcomcnfg to add permissions to the Word
instance, set it to open as Administrator, folder permissions, document
permissions and just about every permission known. If anybody has any
thoughts I sure would appreciate it because I am at the end of the
rope.
TIA,
Richard

Sep 7 '05 #2
winforms

Sep 7 '05 #3
Do you get anything in your task manager / running processes ? I'm thinking
that the instance of word isn't running in a UI thread for some reason.

"fizmon" <da********@comcast.net> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
winforms

Sep 7 '05 #4
Yes, I can see winword.exe in task manager/running processes and I can
see the temp file in the directory where the document is stored. So the
document is open just not visible to the user. for what its worth I do
have another app on that server that uses Word where an instance is
created and then the document is filled with data and then streamed to
the user but word is never needs to be visible on the server.

Sep 7 '05 #5
Why not just create file in code, save to a UNC, then
process.start(UNC\filename.doc)?
"fizmon" <da********@comcast.net> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Yes, I can see winword.exe in task manager/running processes and I can
see the temp file in the directory where the document is stored. So the
document is open just not visible to the user. for what its worth I do
have another app on that server that uses Word where an instance is
created and then the document is filled with data and then streamed to
the user but word is never needs to be visible on the server.

Sep 7 '05 #6
Thanks - that does work but I sure would like to know why a typical
creation of an instance doesn't. It is something on that server in the
way it is set up. I created the same environment using vmware and it
worked just fine. go figure. Again thanks for your input.

Sep 8 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Jaime Rios | last post by:
Hi, I created a COM AddIn for Word that performs the functions that it needs to, but I needed to add the ability for the toolbar created by the COM AddIn to remember it's last position and...
4
by: Ray Todd Jr | last post by:
I can't get ths code to correctly execute. After I have clicked on a Access Form, I want the code to open the word document, merge the data, print the forms and then close the two windows that...
0
by: Linda Cacina | last post by:
Hello all you fine folks, Here is some code I am using to merge data from a single record Access 2K3 table into a NEW word document based on a pre-defined Word merge template doc. All I want to...
3
by: Yohancef Chin | last post by:
Hi, Being fairly new to .NET I am looking for a way to call MS Word from an event on a webform, and after the user is finished save that created document to an SQL Server database. Has anyone...
7
by: Dave | last post by:
Apologies for the newbie question. I have created a vb.net program for my company that is designed to work with Word Templates (about forty of them that we commonly use) that are selected by the...
4
by: enak | last post by:
I need to open a Word template so that I can merge some data from a database with the document. I am using ASP.NET, VB.NET. I can not even get MS Word to be visible. I can see that an instance is...
4
by: chandu | last post by:
Hello, i need to convert a word doc into xml format and need to store that xml doc in to a sqlserver database.. how to convert a word doc to xml and after retrieving that xml doc from database...
4
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is...
1
by: dittytwo | last post by:
Hi there The below code works if you don't try to do anything to the word document which is great (Not :D) I am having problems with the context command both text (i.e initial document with no...
0
by: Armen Kirakosyan | last post by:
HI all !! have an appication which should spell check BUT ! I cannot dynamicaly change language, or set to autodetect the server in English, but I want it spell check in German or Spanish here...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.