Reputation: 1
I have a problem with a computer (Windows XP, X86, Framewok 3.5 Sp1), but the user is not administrator.
I did some tests : - WPF Application with framework 3.5 (empty window) : the application run correctly. - WPF Application with framework 3.5 (window with simple button in grid) : application doesn't run : the process exist but it consume 50% of CPU and nothing happens !
I launched "netfx_setupverifier" program : no problem detected. What can i do ?
Upvotes: 0
Views: 209
Reputation: 15823
Attach visual studio debugger and check what is going on inside. Where are the threads and what are their stack traces.
Upvotes: 1