Open yohanes-ai opened 7 years ago
After several time for googling. I guess the problem comes from .net Framework 4. Your framework minimal version is 4 while visual studio 2008 not supporting to build application running on .net Framework 4.
Correct me if I'm wrong.
I've tried to add references for MetroFramework.dll, MetroFramework.Design.dll, MetroFramework.Fonts.dll on Visual Studio 2008, but I'm facing problem. It won't work on Visual Studio 2008.
Here is snippet code how me using your framework in my code.
using MetroFramework; using MetroFramework.Forms;
When I've tried on difference Visual Studio version, example on Visual Studio 2010 and higher. It's work like a charm. So, is it your framework doesn't work on Visual Studio 2008 or something I missing?
Please make it clear. Thank You.