I'm making a personal plugin for grinding, is still really raw but should be functional, i'm using MetroFramework to design my Winform, i recompiled the framework to 4.5.1 but still keeps throwing me this error:
I understand what this error is, however none of the solutions fits my problem, currently i've tried everything on this page: Compiler Error CS0246 but none of the issues are present on my code, not that i've seen at least.
I'm missing something? anyone have any idea where i did shit? I can send you the solution private if you want to check it.
If you are wondering this is the framework i'm using for the UI (I use vs 2012): https://github.com/viperneo/winforms-modernui
Code:
PM: c:\Hidden \MainForm.Designer.cs(415,17) : error CS0246: The type or namespace name 'MetroFramework' could not be found (are you missing a using directive or an assembly reference?)
MainForm.cs(15,37) : error CS0246: The type or namespace name 'MetroForm' could not be found (are you missing a using directive or an assembly reference?)
I understand what this error is, however none of the solutions fits my problem, currently i've tried everything on this page: Compiler Error CS0246 but none of the issues are present on my code, not that i've seen at least.
I'm missing something? anyone have any idea where i did shit? I can send you the solution private if you want to check it.
If you are wondering this is the framework i'm using for the UI (I use vs 2012): https://github.com/viperneo/winforms-modernui