I have developped a web application by using the ASP .NET MVC 3 framework.
I use programmatically Excel assemblies to create Excel workbooks.
My web application works fine on my development machine but it does not on the production machine.
Microsoft Office 2007 including MS Excel 2007 is installed on my development machine.
Therefore Excel assemblies are registred in the GAC.
But no version of MS Office is installed on the production machine.
I wonder if there is a way to register Excel assemblies into the GAC of the production machine other than installing MS Excel.