Showing posts with label DLLs. Show all posts
Showing posts with label DLLs. Show all posts

Issues with hotfix code doing dll calls

So, observed this issue a few times in the past (the latest one just came across my path), so thought to share my thoughts on this. The problem is when the code is making calls to external libraries, in this case dlls that are part of the AX ecosystem.

Generate a Strong-Name Key file for Retail CRT

I know there are thousand posts about this, but for easy referencing in the context of the other tasks I'm doing (for instance when building the Retail CRT solution) you need to generate a .snk file to sign your dev dlls.

Retrieve the PublicKeyToken for a dll

Simple util snippets that make your life easier: how to get the PublicKeyToken for a dll you have to reference in your code.