I have a problem with my WPF application using the Intel HD video cards. The application crashes at starting time with a NullReferenceException within the PresentationCore.ni.dll - the system dll. With ATI HD video cards it works without problems.
Asked
Active
Viewed 985 times
1 Answers
0
Just a guess, but this seems to be a driver problem. You can try software rendering to avoid using hardware acceleration.
-
Do I need to disable the hardware rending on every xaml page? – Bogdan MITREA Oct 12 '11 at 11:26
-
I did it on every window. This is not so much work as far as we derived our base window from built in window and so there was only one place to add the code. – PVitt Oct 12 '11 at 11:28
-
It doesn't work anymore. The problem appears only on Intel video cards with HD capabillities – Bogdan MITREA Oct 12 '11 at 15:45
-
The problem was two windows services used for Automated Testing. – Bogdan MITREA Oct 31 '11 at 20:24