MaterialSkin icon indicating copy to clipboard operation
MaterialSkin copied to clipboard

The type or namespace name 'MaterialForm' could not be found (are you missing a using directive or an assembly reference?

Open tunip3 opened this issue 7 years ago • 2 comments

Hi when trying to compile I get the error "The type or namespace name 'MaterialForm' could not be found (are you missing a using directive or an assembly reference?)"

I get no visible errors before attempting to compile just warnings

tunip3 avatar Nov 12 '18 20:11 tunip3

Try importing MaterialSkin first: using MaterialSkin;

b1scoito avatar Nov 13 '18 07:11 b1scoito

I have it imported using MaterialSkin; using MaterialSkin.Controls;

namespace form1 { public partial class Mainfrm : MaterialForm

tunip3 avatar Nov 13 '18 16:11 tunip3