feurich Posted May 18, 2005 Posted May 18, 2005 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 Quote Trust the Universe
IxiRancid Posted June 2, 2005 Posted June 2, 2005 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 ;) Quote
feurich Posted June 4, 2005 Author Posted June 4, 2005 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. Quote Trust the Universe
ivan_april Posted June 10, 2005 Posted June 10, 2005 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??????? Quote
ivan_april Posted June 10, 2005 Posted June 10, 2005 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... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.