Strange behaviour in a AX development environment

I’m working with an AX 2009 development environment in a customer site with WServer 2008 (thru VPN and Terminal services, but I think that’s not the problem).

I change something to a method in a class, compile, execute and my changes aren’t used, it seems as the sistem ‘caches’ the old version of the script. Exiting AX, reentering seems not to do the work. Putting a breakpoint (but without recompile it) seems to ‘do’ the changes.

In this site I’ve already experienced that sometimes an user cannot see modifications I’ve made (and this is another mistery for me), but now I cannot even see my changes…

Anyone experienced similar things?

Try compile with update cross-references, and/or compile forward. Source control IDE integration can sometimes cause problems with losing code changes.