I have installed Visual Studio Express 11 for Windows 8 on the Consumer Preview. I am trying to developp metro apps but when I debug the application I just have a blue screen…
If I add controls they just don’t show up even in VS11, they just seem to be invisible
Anyone experienced the same issue ?
EDIT : It is happening for projects created in C#, I have tested in Javascript and it worked fine
I solved my problem. For those who might have the same issue it was because I had installed the VirtualBox Guest Additions (in order to have a shared folder with the host machine). I have just uninstalled it and now it works well.