OpenOffice using Asp.net problem

I'm trying to use OpenOffice 3.1 for Opening the Office Word template as well as modifying it dynamically with Database fields information at the time of opening the document from my harddisk stored location.

I'm successfully opening and writing into document in my development machine but after deployed to production server(OS Windows 2003 and II6.0) hanging at uno.util.Bootstrap.bootstrap() line.

Dim objDocument As Object
Dim FileNameSource As String = "C:SysReportsFaceSheet.doc"
Dim localContext As XComponentContext

localContext = uno.util.Bootstrap.bootstrap() //Hanging at this Line

Dim objServiceManager As unoidl.com.sun.star.lang.XMultiServiceFactory
objServiceManager = CType(localContext.getServiceManager(), XMultiServiceFactory)


Plz help to sove this

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion