Faulting module name: vrfcore.dll, version: 6.3.9600.16384 and Exception Code : 0x80000003

1

I created a winform application in VS express 2013 for windows Desktop and sql server 2012, everything runs beautifully and as expected both in debug and release modes but when i try to run the exe out of the visual studio (by clicking on .exe) it crashes and i found Faulting module name: vrfcore.dll, version: 6.3.9600.16384 and Exception Code : 0x80000003 in the event loggerAs in this image ,i have written the code in vb.net, can any one help me with this

.net
vb.net
windows
winforms
visual-studio
asked on Stack Overflow Apr 19, 2016 by harsha kondeti

1 Answer

6

vrfcore.dll is used by Application Verifier and it creates registry entry also in some cases. Make sure you are not deleting or changing anything else while doing the following step:- Goto Registry editor-> win+R->regedit->HKEY_LOCAL_MACHINE->SOFTWARE->Microsoft->Windows NT->CurrentVersion-> Image File Execution Options -> (Your application name.exe). ->Right Click and export the registry settings for backup. ->Delete the registry entry for your application and try to run.

Hope it works.

answered on Stack Overflow Apr 10, 2017 by sarawgeek

User contributions licensed under CC BY-SA 3.0