Running Suite through command prompt

why this error is coming during execution??
Or I executed this command prompt in another project which was working fine but in this project it getting this exception …anyone give me solution

Capture.PNG

Hi Nikhil

Or I executed this command prompt in another project which was working fine but in this project it getting this exception

Did you copy this project from one system to another? I’m guessing you did and you did not copy everything. The error is telling you a class/method has changed in some way and is not compatible with the calling code (the exact details are not easy for the runtime to figure out). Indeed, this kind of error is usually caught by the compiler - hence why I suspect you moved/copied part of the system, but not all of it.

Try opening the faulty system in Katalon installed on the same system and try to run that same test. Hopefully you’ll get a better error message or, best of all, it will recompile properly and work correctly.

Hope this helps.

1 Like

Thanks,I will try this process and let you know what exactly exception coming.