Hello, A new question has been asked in "MariaDB Documentation" by goodwill16. Please answer it at http://mariadb.com/kb/en/i-want-to-solve-the-error-c1061-in-visual-studio/ as the person asking the question may not be subscribed to the mailing list. -------------------------------- Hello all, I got error as C1061: compiler limit : blocks nested too deeply i am using below code Try { AAAAAA....... } Catch(Exception^ ex) { if(AAA....); elseif(AAA....); elseif(AAA...); } The problem is catch block has limit to execute if-else statements of 128.but in my program I have 700 if-else statements . so please tell me how to extend the limit of catch block. thankyou, mallika.shaik -------------------------------- To view or answer this question please visit: http://mariadb.com/kb/en/i-want-to-solve-the-error-c1061-in-visual-studio/