yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.57k stars 1.63k forks source link

NameSpace ImportResolver Not Found #9

Closed thadpearsall closed 10 years ago

thadpearsall commented 10 years ago

Just pulled the code to see if it will work on my current project. Spent about 30 Minutes trying to resolve the build errors. Got the dnlib reference added. The only real build error its showing me now is:

Error 18 The type or namespace name 'ImportResolver' could not be found (are you missing a using directive or an assembly reference?) E:\Git Repository\ConfuserEX\Confuser.Core\Helpers\InjectHelper.cs 235 33 Confuser.Core

Please let me know if there is any more information that i can provide to get this solved. Thanks!

yck1509 commented 10 years ago

Are you using my version of dnlib? ImportResolver should be in Importer.cs

thadpearsall commented 10 years ago

I am not, i saw that it was missing the library so i got it from GitHub. The library was not found when i downloaded the Zip Version, I will get the Desktop GitHub app and see if that gets it.

maddnias commented 10 years ago

@thadpearsall You can use the --recursive parameter when cloning to get all submodules too with Git shell.

git clone --recursive https://github.com/yck1509/ConfuserEx.git
thadpearsall commented 10 years ago

Fixed , Thank you for your help