XBAP runtime error
Afternoon SOF,
I have an XBAP sat on a company server which runs on 99/100 terminals. The odd one out will crash at the install page, reading:
Faulting application presentationhost.exe, version 4.0.40305.0, faulting module kernel32.dll, version 5.1.2600.5781, fault address 0x00012afb.
I am sure it has something to do with the i开发者_运维知识库nstalled .NET frameworks on the 'odd' system, but can find no real difference between the two sets of installs.
Can anybody give me a hand, or perhaps a quick list of recomended re-installs *?
(* .Net Framework 1.1, 2.0, 3.0, 3.5, 4, and 4 Ext - i am guessing)
XBAPs tend to be quite problematic, some possible problems and solutions can be found here, here, and here. My best guess for the root of your problem is that terminal having a different version of .NET installed. The second link above also contains a short reinstall process.
Hope that helps!
精彩评论