Hi i have a problem
i created a visual studio project embemded in my AOT. This project generate a DLL that i use into a method in a server side class.
This is my project. Configurated with .net framework 3.5
This is my class configurated to Server side. In the Method ConsultarDocumentosResponse i call the DLL generated by my visual studio project
When i call this method via form work perfect but this same method i called using a batch class and i got this error
then i restart the aos and got these error
The error information say that my method ConsultarDocumentosResponse has and error, but i compiled and cil but doesnt get and error.
In my method i have and errror message but in the batch error log doesnt appear, that mean for me that the DLL is no detected on execution time because this method use entities that are into the dll before mentioned (entities like MaintFacturacionElectronica35.Model.RespuestaAutorizacion)
I dont know what i can do for solve this problem
I see that my DLL is correctly copied in the paths
AOS -> C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\VSAssemblies
Client -> C:\Users\jmiranda\AppData\Local\Microsoft\Dynamics Ax\VSAssemblies{AE1C9722-F088-48FE-8D33-D113EAB64F1F}
but doesnt appear in C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin maybe this mean something that i am not seeing
I tried restarting AOS, no make any diference
I tried compiling AOT and CIL FULL, no errors were detected
Regards