Hi,
There are no stupid questions!
The deployment of an application that uses DataGridVIew Extension is very simple. You do not have to install anything just to deploy the following assemblies required by the extension to work properly:
1. DataGridViewExtension.dll - This is the main assembly of the DataGridView Extension;
2. DataGridViewExtension.XmlSerializers.dll - Xml persistence optimization assembly;
3. DGVEExcelExporting.dll – Export to MS Excel; this assembly is optional and can be removed if the export to MS Excel file format should not be supported;
4. Microsoft.Office.Interop.Excel.dll - Required ONLY if you intend to support export to MS Excel;
5. Microsoft.Vbe.Interop.dll - Required ONLY if you intend to support export to MS Excel;
6. Office.dll - Required ONLY if you intend to support export to MS Excel;
7. DGVEPdfExporting.dll – Export to Pdf; this assembly is optional and can be removed if the export to Pdf file format should not be supported;
8. DGVEHtmlExporting.dll – Export to Html; this assembly is optional and can be removed if the export to Html file format should not be supported;
All of the fails above can be found in the installation folder or in the downloaded archive.
If you have any other questions do not hesitate to contact us here or at support[at]completit.com
Sincerely yours,
Support Team