My winform application doesn't work on others' pc without vs 2010 installed
- by wings
Just like I said, my winform application works properly on computers with VS installed, but on other computers, it will crash due to a FileNotFound Exception. I used
using Application = Microsoft.Office.Interop.Excel.Application;
in my source code to generate a Excel file, and the problem occurs as soon as the Excel-related function is called.…