c# - Code Cop App just hangs -
i written test application using code cop, method interception approach.
however, ran first application hit snag whereby application fire , hang no information happening.
i had followed code , able run same code on machine.
there no error information being output, hangs.
does know how may able solve or debug issue?
my solution contact ricardo barbosa @ codecop proceeded me solve issue promptly , explaining why occurring.
my issue due not having correct clrjit.dll on machine
c:\windows\microsoft.net\framework
a windows update solved issue.
what's happening
when codecop application runs creates folder in %temp%/codecop , downloads symbol files microsoft calculate method addresses.
the version had 4.6.57.0 in v4.0.30319 framework folder.
for reason there no symbol file microsoft public symbol server version of clrjit.dll
running fiddler while starting application showed case.
after performed windows update got version 4.6.100.1 of clrjit.dll application built , performed expected.
thanks ricardo spending time solve issue me.
Comments
Post a Comment