Whenever I open my WPF Solution Aero turns off, why? and how do I stop that from happening?
Just opening a WPF solution (not a winforms or any other solution) will cause my OS (Win7) 开发者_如何学Pythonto turn off Aero, which gets kind of annoying
Is this a graphics card issue or something?
WPF uses a Direct3D context to render its components. Does your problem happen with other Direct3D apps as well? Say like games and the like.
edit: This is most definitely not programming related by the way, should be migrated to another StackExchange list.
精彩评论