Hi All
I tried to use ClosedXML DLL release 0.75 for Excel files creation and it was working great.
I downloaded already built DLL (do not built it myself) in ver 0.75, put it into /bin of AOS and client, registered with GAC and added as reference in AOT.
Was great and produced many files since I wanted to put picture into Excel sheet, as I found pictures/BMP are not really supported in that version of DLL.
So I switched to v. 0.92 and installed it in same way as 0.75. Unfortunatelly after that I could not compile my code, as it looks like reference is missing and I could not find and objects in inteliSense, even as basic as below
ClosedXML.Excel.XLWorkbook workBook;
ClosedXML.Excel.IXLWorksheet worksheet;
so I went back to 0.75 - no issues, everything compiled perfectly
switched again to 0.92, and then 0.90 - cannot compile it.
any ideas please?