Zofus
2010-08-13 12:15:04 UTC
Hi,
I'm new to AX programming and I am testing the .Net Business Connector.
I have created a test class in x++ and added a static method that I am
calling in C# through the BC.
It works fine, but when I do some minor changes to the method and save, the
changes are not available for my C# app. I still get the results from before
the change.
When I close the AX client, the changed version is immediately available to
the BC. So there seems to be some kind of update to the AOS or BC performed
at client shutdown?
Can I manually perform this update so I don't need to shut down the client
after every minor change in the x++ code?
I'm new to AX programming and I am testing the .Net Business Connector.
I have created a test class in x++ and added a static method that I am
calling in C# through the BC.
It works fine, but when I do some minor changes to the method and save, the
changes are not available for my C# app. I still get the results from before
the change.
When I close the AX client, the changed version is immediately available to
the BC. So there seems to be some kind of update to the AOS or BC performed
at client shutdown?
Can I manually perform this update so I don't need to shut down the client
after every minor change in the x++ code?