ms-word + asp.net(vb)

Joined
Oct 7, 2003
Messages
15
Location
Vancouver, BC
Hi there,

Have a mojor problem trying to do the following:
Create a new instance of a ms-word(2003) document and open in from my web form -or- open an existing template through the web form. Ive gotten security and access errors, even when just declaring something as a new word.document or .application (ie: Dim aDoc as new Word.Document)!

I have referenced all sorts of office dlls, and have fiddled with my security and IIS settings to no avail.

I am running winXP Pro, using VS.Net pro with .NET 1.1, and office 2003.

Any help would be greatly appreciated.

Thanks in advance.
 
Back
Top