Hi,
Server has Office 2003 version and some of the clients have 2003 and 2010 version.
I have added .xls and .xlsx format templates in to my project and have to check office version when client download template.
If client has 2003 then download .xls template or client has 2010 then download .xlsx template.
I found there are methods to find office version at local pc.
ref : http://www.codeguru.com/columns/vb/how-to-determine-which-office-version-is-installed-with-vb.net-and-c.htm
After I Implement in to server , I am getting server office version.
But I would like to get client pc version after publish.
Please help me on this.
Thanks
Go to the complete details ...