Hi,
I develop a .NET 2.0 application which is deployed on our intranet via ClickOnce. One of my user is experiencing problems with both install and uninstall on his laptop computer running Windows XP.
We see two errors with the Event Viewer every time we try to install or uninstall:
.NET Runtime version 2.0.50727.3082 - Fatal Execution Engine Error (7A0979C6) (80131506)
and
Faulting application dfsvc.exe, version 2.0.50727.3053, stamp 4889df14, faulting module mscorwks.dll, version 2.0.50727.3082, stamp 492b82c1, debug? 0, fault address 0x000b86f4.
I verified the version of his mscorlib.dll file in the .NET 2.0 directory and it's the same as mine (2.0.50727.3082)
I tried both the "online" and "offline" version of the deployment with him but with the same result
I'm trying to solve his issue but have failed so far. Any idea how to trouble shoot anyone ?