IR Receiver typo

Hi, I’m not sure if this bug is already known about or already fixed as I didn’t install the 4.2 SDK that got withdrawn, as it was marked ‘do not use’ by the time I even knew about it. However with the previous SDK before that I’m finding that the IR Receiver module has a small problem in both 4.1 projects with Spider and 4.2 projects with Cerbuino, in that the designer and code generator create code for ‘IRReciever’ whilst the actual module assembly’s class is called ‘IR_Receiver’ (so, with an underscore and with the i and e typo corrected). This means that even just dragging an IR Receiver module onto the design surface and connecting it up, is enough to generate code that won’t compile, and requires a little hand-editing of the generated code to correct IRReciever to IR_Receiver - and of course that needs doing every time anything on the designer changes too. (Is there a better place than the forum to raise bug reports?)

This is the right place.

#################################################

Pop in the TinyCLR community IRC channel and ask/chat

about whatever you want.

Details here: http://www.tinyclr.com/forum/topic?id=7210

#################################################

An SDK is about to be release today hopefully. You should give it a try.

Fixed - thanks.