4
votes

I am getting this error message on VS2017 designer view of my WPF (.NET 4.5) application. I searched about it but couldn't find a solution. Did someone come across this error? If so, could you share the the details on fixing it?

InvalidOperationException: PixelShader must be set on ShaderEffect.

2
Detailed error here pastebin.com/JkDx9mAxVignes
Did you ever figure this out? Only some of the folks on my team are getting this error when rendering the design view.RubberDuck
Unfortunately noVignes

2 Answers

0
votes
0
votes

when I set the build setting to X64 I can not see the Design. but when I set the build setting to "AnyCPU" I can see the design page. I have not resolve it.