1
I’m developing an application with C# in monodevelop, everything was going great, until when I extend the Form class and get the following error:
/Volumes/Recover/Developer/Webcamtesta/Webcamtesta/Videocontrol.Cs(44,44): Error CS0012: The type System.ComponentModel.Isynchronizeinvoke' is defined in an Assembly that is not referenced. Consider Adding a Reference to Assembly System, Version=4.0.0.0, Culture=neutral, Publickeytoken=b77a5c561934e089' (CS0012) (Webcamtesta)
I’ve imported all the dependencies needed to work with Windows.Form, but I still have the bug.
Thank you very much. That’s just what I needed.
– Pedro Soares