Hi, I'm getting the following when building a DLL: Internal() warning CS0162: Unreachable code detected I tried looking up CS0162 in the doc, but it doesn't appear to be documented. Is there any way to find out what code is considered unreachable and why? Any way to get rid of the warning? Thanks, Michi.