.net - Application crashes on Windows Vista -


i have developed application using .net framework 4. uses sql ce , wpf. application installed on many machines(windows xp sp3/windows 7/windows 8) , works fine. when customers try install on machines running windows vista (with sp1 or sp2) application crashes , pops " application has stopped working. windows checking solution problem.. ". no other exception messages , seems installed fine. can suggest solution?

thanks

the problem solved. turns out not x86 issue , doesnot encounter on windows vista. same problem/error observed on windows xp there there error signature showing up. in windows vista had inspect error event handler. error showing similar this:

event type: clr20r3 p1 :helloworld.exe p2 : 1.0.0.0 p3: 515b6326 p4: system.data.sqlserverce p5 : 4.0.0.0 p6: 4fcd17f1 p7: 8f0 p8: 25
p9: system.windows.markup.xamlparse

after searching found solution install microsoft update on machines http://www.microsoft.com/en-us/download/details.aspx?id=26368


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -