![]() |
#4 |
Administrator
|
Цитата:
A few months ago I wrote a post on how to convert Excel documents to PDF with X++. Well, that piece of code made it into production! image But I just notice it does not necessarily compile with Ax Build. The error: The xlApp declaration does not compile because Excel is not installed on the server and AX build can only be completed on the server. If you compile this same piece of code in the AOT on a server that has Excel installed, it compiles without a problem. My solution(s): Install Excel on the server. I am not sure if this will allow AX Build to compile the code, but at least you can then open the AOT after AX build on the sever and compile like I described here. Since I could not install Excel on the server, I did the following:
__________________
Возможно сделать все. Вопрос времени |
|
|
|