thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

MetroFramework on Visual Studio 2008 #96

Open yohanes-ai opened 7 years ago

yohanes-ai commented 7 years ago

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.

Warning 27 The referenced component 'MetroFramework' could not be found.
Warning 28 The referenced component 'MetroFramework.Fonts' could not be found.
Warning 29 The referenced component 'MetroFramework.Design' could not be found.

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.

yohanes-ai commented 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.