Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

From a ASP.NET page a user has to klik on a button and then a word document has to be created. In the final version database information has to be added to the word document.

Local it works but when I run it on a ASP.net page the office reference are not installed and it doesn't work.

 

Please could some one help me on the way.

 

Thanks,

 

Feurich

Trust the Universe
  • 2 weeks later...
Posted

But then

 

The only problem with that is, that if you do that al the creating of Word documents will be done on the server. If you have an organisation of 100 or more people the server will be oveerloaded with creating word documents.

Acctually the way to do it ( ihave found out ) is to use XML streams.

You can create office documents from xml streams. In office 2003 everything is XML. You can make a template of a word document en create the acctual word document from this template(the template is xml). During the creation of the document you can populate fields in de word document with values(adres information) from a database.

Trust the Universe
Posted

hi

 

You should probably create a setup package, which will include all the required DLL's.

Just run this setup package on the server and there ya go ;)

 

How to create a setup package???????

Posted
Actually i also have problem when i view in vb.net browser, it runable and can open a word document.. But if i run it on the internet browser, it can open the document file.. Hope some one can help me solve this problem...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...