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.