c# - "Method too complex" exception is thrown -
I am making Android applications using Xamarin C # as SQLite and SQLite. I have created the C # class, the statement of 'DBCRAT CS' 6000 is inserted and takes that class as the SQLITECONNECTION object parameter in my main database class I am making the SQLITECONNECTION object and then I have the same object as DBExtened.cs I am passing on, but I am getting the error that the method is very complex
please help.
I believe this is a limit on byte-code, the solution is simple: "less Complex "or" too small "method.
That is, all codes are divided into multiple methods, or better, remove data to method / use sites .
I recommend removing data such as 6k are not inserted statements! Whenever I use an external data-source (such as a file), by using arrays and throats to populate the data, then perhaps it will be ready for more space-efficient compiled code.
Comments
Post a Comment