Showing posts with label CIL. Show all posts
Showing posts with label CIL. Show all posts

Getting CIL generation Value cannot be null message

Last day I was asked again why do we get this error when generating Full CIL  "CIL generation: Value cannot be null. Parameter name: parameterType". A lot of fixes like deleting the dll files from the XppIL folder, restart the AOS and retry, etc were tried but nothing resolved the problem.

Getting strange behavior working with CIL

Last days I was working with some CIL involved tasks, and I noticed some strange behavior: the code was not executing as it should be (seemed the Generate CIL) didn't work, had to perform Generate full CIL when Incremental should be enough, or when doing Generate incremental CIL the process seemed to get stuck with no apparent reason.

Getting CIL generation Stack empty message

Alright, doing a CIL generation few days ago and got again the "CIL generation: Stack empty", so decided to try and understand (again) why this is happening. Found one more reason what would cause this and how to solve it.

Understanding why decompile a .Net assembly

We are getting really close to the .Net world with incremental steps (a big hurray here), and in order to understand some of the inner workings of a particular feature that you are using at a point in time, you will need to dig a little deeper (of course, that is if you are into this).