I have a UserControl, but I need to create several of those, I tried to make an instance, but it shows me an error. Code: 'MyControl Control = new MyControl (); The error is In Both MyControl and it is as follows:
Error CS0246 The type or namespace name 'MyControl' could not be found (are you missing a using directive or an assembly reference?)