keycodev2.dll

  • Thread starter Thread starter wassim
  • Start date Start date
W

wassim

ihave programmed an application whith c#.net. it uses
crystal report. i have installed my data base and myu
application every thing ios allright.
but when i wannt to print there was an error message:'can
not find keycodev2.dll or invalid keycode'
i have verified this .dll, it exist in my cmoputer.
if u can help me plaese i wait for ur message.
thank u
 
I've seen that that DLL depends on DBGHELP.DLL and copying that DLL next
to it solves this problem. Use Dependency Walker supplied with Visual
Studio.
 
Back
Top