How to use Dotfuscator with 3rd Party signed DLL?

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi,

I am building an application that uses Steema's TeeChart. When I run
my app through the dotfuscator it breaks the executable (saying
something about not finding the strongly named TeeChart dll).

Any advice?
Thanks,
John
 
Hi John,

Have you added the signed DLL to the GAC? FUSLOGVW.exe utility, shipped
with .NET Framework SDK, may help you narrow down the problem. It tracks
assembly binding process and you are able to get details of the failed
assembly binding.

Regards,

Felix Wu
=============
This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
 
Back
Top