What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Problems compiling in the Plugin Editor. (Error CS0246)

Status
Not open for further replies.

chubas

New Member
Joined
Feb 22, 2011
Messages
4
Reaction score
0
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:

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
 
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:

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
my advice compile it with visual studio and copy the result dll to the plugin folder
 
Thanks, that should work. (idk why i didn't thought about that before.. lol)
 
Status
Not open for further replies.
Back
Top