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.

enter image description here

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

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -