Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.8k views
in FAQ: edtFTPnet/PRO by (161k points)
closed by
How to deal with "The referenced assembly edtFTPnetPRO could not be found" error?
closed with the note: Answered

1 Answer

0 votes
by (20.4k points)
 
Best answer
"This assembly is required for analysis and was referenced by xyz.dll".

Unfortunately this seems to be a result of the obfuscation that we apply to the assembly. There's a trade-off between 'obfuscatedness' and 'analyzability'.

'The code analyzer needs to analyze every assembly that's referenced, but can't do it when it's obfuscated. We don't distributed unobfuscated versions of the assembly, but there are a few possibilities:

1. Turn off code analysis if you don't need it.
2. You can purchase the source-code (ask us about discounts) and include it in your code-base.
3. Move code that accesses edtFTPnet/PRO into a wrapper class and build it in a separate project that has code-analysis turned off.
...