i have a VS2010 Windows app.in that i have a from to generate report in Excel sheets.its working on my source code but if i made an .Exe in that the report is not generated in MS Excel 2013 version.
Try to add these line in Web.Config file
<configuration> <system.windows.forms jitDebugging="true" /> </configuration>
and see the output.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.