Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
iam facing the problem while fuscating my exe file

Couldn't load external type because its assembly can't be found: System.ComponentModel.EditorBrowsableState,System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

how can i solve this problem ?

What I have tried:

i have googled to find the solution of the problem
Posted
Updated 1-May-20 1:27am
Comments
Patrice T 26-Apr-16 5:19am    
May be by asking dotfuscator support !

1 solution

Even if the post was written back in 2016, I've seen this Dotfuscator CE Build Error: External type not found System.Windows.Input.ICommand,PresentationCore - Stack Overflow[^] which worked for me.

You will have to:
1 - find your dependency assembly path in your system
2 - manually add it to your DotfuscatorConfig.xml file under a section <loadpaths> or use the DotfuscatorCLI program to add the assembly path (as the referred post on StackOverflow's answer suggests)
3 - try to compile again
4 - celebrate the success or face the next unresolved assembly dependency (go back to 1)

Hope this helps to whomever in the same or a similar situation.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900