c# - How to make CRM include line numbers in stack trace when custom plugin throws? -
i grabbed symbols file (let's call plugin.pdb
) file , copied on server, under
c:\program files\microsoft dynamics crm\server\bin\assembly
i registered plugin:
- isolation: sandbox
- location: database
but stack trace does not include line numbers.
i wondered if misplaced pdb file and/or amiss, unregistered dll, copied (let's call plugin.dll
) , re-registered it:
- isolation: none
- location: disk
lo , behold, got line numbers in stack trace.
am doing wrong / missing ? plugin registration tool states placing pdb in \server\bin\assembly folder should do, , scavenging google seems confirm info.
the plugin c# class library, fw 4.0 (the developer toolkit isn't involved).
Comments
Post a Comment