|
-
Oct 11th, 2007, 03:45 AM
#1
Thread Starter
Fanatic Member
[2005] open word document in asp.net webform
i want to open a word document as readonly in asp.net webform
i am using the below code. but an error is generated
Dim ObjOffice As New Word.Application
ObjOffice.Documents.Open(FileName, , True, , , , , , , , , True)
ObjOffice.Activate()
error - "Cannot activate application"
how to go about it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|