We have project code which we are working on for few years. Recently i have started getting an error which other team members are not getting when the use same code. The code which runs/debugs fine on other machines gives me error when i try to debug it "Project ****.exe raised exception class EAccessViolation with message 'Access violation'" and if i press break or continue it get into CPU file. Then i have to clean and rebuild the code again and it works fine till i make next change in the code. Cleaning and compiling entire code for every small change is time consuming. Anybody faced similar issue ? what could be the solution. im sure its not with the code since it runs well on other machines.
↧