Recently, I decided to create a small test website utilizing the Metro UI framework ()
To begin, I launched my freshly installed Visual Studio 2013 and initiated a "new website" project. After adding the necessary CSS and JS files, I created a basic master page along with a default.aspx file. However, I encountered an unexpected issue: while the CSS files were loading, they were not being applied to the webpage in any browser - including FireFox, IE, Chrome or even the "Page Inspector".
This situation puzzled me as the same workflow had worked perfectly when I used VS2012 for testing and experimenting with frameworks. Despite thorough checks on my side, including ensuring there were no programming errors, I could not pinpoint the cause of this problem. It crossed my mind that the issue might be related to my new Windows 8.1 operating system or Visual Basic 2013 setup.
I attempted installing the framework via NuGet instead of manual inclusion, but the outcome was the same - the framework loaded without applying its styles.
If anyone has insights into what might be causing this issue, I would greatly appreciate your assistance!