Hi Guys,
I have developed a logic in C# (Dll) and accessing the objects from X++. The server is with TFS version control. I have new server and added the same with TFS version. When I downloaded the codes to the new server, I am receiving an error as
THE METHOD methodname HAS NOT BEEN DECLARED.
I am passing four values for four methods from AX to C#.
Am receiving the error in fourth method.
When I put dot next to the instance name of the C# the method does not comes in the dropdown, when I checked the same in C# solution the method exists.
I have also used .net reflector to open the dll and check for the method, it exists.
Please guide me. Thanks.
*This post is locked for comments
I have the same question (0)