I have an application consist of various dll and one exe. In exe we have reference various dll say for example business logic dll , data access dll etc.
With dotfuscator we were able to obfuscate only exe part of application, if we try to obfuscate dll then they get obfuscated but application does not run. But when only exe is obfuscated and dll does not obfuscated then application runs fine.
My query is that will application at later stage can give problem if we obfuscate one exe and not dll's?