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


i created winform application in vs express 2013 windows desktop , sql server 2012, runs beautifully , expected both in debug , release modes when try run exe out of visual studio (by clicking on .exe) crashes , found faulting module name: vrfcore.dll, version: 6.3.9600.16384 , exception code : 0x80000003 in event loggeras in image ,i have written code in vb.net, can 1 me this

vrfcore.dll used application verifier , creates registry entry in cases. make sure not deleting or changing else while doing 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 , export registry settings backup. ->delete registry entry application , try run.

hope works.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -