using Excel = Microsoft.Office.Interop.Excel stopped working.

  • Thread starter Thread starter dalitg
  • Start date Start date
D

dalitg

Guest
Hello,

<o:p>I am on Visual Studio 2013 (with Microsoft Office 2013).</o:p>

I have a C# console application working perfectly well for several years with yearly small updates. This time around, I was getting an error on <o:p></o:p>

Excel.Application or anything "Excel.<something>" that I have had in my code forever (my c# output is written to an excel file.<o:p></o:p>

I have this on top of the program.cs file:<o:p></o:p>

using Excel = Microsoft.Office.Interop.Excel;<o:p></o:p>

I tried using using instead: .....Tools.Excel;<o:p></o:p>

but then it errors. if I put a dot at the end of the it - I get a drop down with endless options, so I don't know what to choose from.<o:p></o:p>

Continue reading...
 
Back
Top