How to find my disposition errors?

  • Thread starter Thread starter compboy
  • Start date Start date
C

compboy

In my PPC proj, I had built it successfully, there is no building error,but
there is a disposition error, and how can I find it?
 
Run your application in debug mode. When the exception will be thrown
you can see the stack trace (it only possible in the debug). It may help
you to find where an exception was thrown and to know what is the problem.

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top