Hey all, took a quick swing at recompiling a simple command for R6. nearly zero issue, but my windows forms code for saving spat the dummy, forms was greyed out in the references, and all my save code highlighted red… autosuggest was indicationg I should use rhino.ui as forms was deprecated, which I tried but its missing some forms functionality I want…
after going around in circles for a bit, I removed reference to rhino.ui, added windows.forms back in after deleting it as a reference and hey presto, problem gone…
so now my code looks exactly the same as it did when I first pasted it in, but suddenly works and compiles? Any idea why it spat the dummy on windows.forms?