This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem running CCS

Dear sir,

Hi here Vinay i'm facing run time error from past 2 months like Assertion failed, (0), file ParameterSetMng.cpp, line 107 so kindly do the needful what to do for this any solution i'll try let me know thank you.

 

Thank's & Regards

Vinay Belagavi

  • An assertion is something put into the source to trap certain conditions that should never happen and stop execution. This being said, you would have to take a look at the ParameterSetMng.cpp file around line 107 to see what assertion you are triggering and why, at which point you can either adjust how you are using the cpp file to avoid setting off the assertion or remove the assertion and rebuild the ParameterSetMng.cpp file if the assertion is not correctly indicating an impossible/erroneous condition.