Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

dnlib project won't load #668

Open
HerrimanCoder opened this issue Jun 28, 2018 · 4 comments
Open

dnlib project won't load #668

HerrimanCoder opened this issue Jun 28, 2018 · 4 comments

Comments

@HerrimanCoder
Copy link

I downloaded the latest source on June 28, 2018 and opened the sln in Visual Studio 2017. I cannot build the solution because the dnlib project won't load and the dnlib folder is completely empty.

So then I tracked down the dnlib source from here:
https://github.com/0xd4d/dnlib

I downloaded it, opened in VS17, compiled, and added all the bad references in ConfuserEx to dnlib.dll - and now I get hundreds of compile errors.

Is there not just a set of binaries I can download for ConfuserEx? I really have no need for the source. Or does anyone have a ConfuserEx source code package that actually compiles right out of the box?

@thomK77
Copy link

thomK77 commented Jun 28, 2018

There are NuGet-packages available.
https://www.nuget.org/packages/ConfuserEx.Final/

@alexmurari
Copy link

@HerrimanCoder the dnlib from @0xd4d is 2 years ahead of the one used in ConfuserEx (the last time ConfuserEx was updated was 2 years ago).

Use the one from @yck1509's branch: https://github.com/yck1509/dnlib/tree/532c767a9a4f6af51cd4eb5d1c0af750c8509c5d

@shytikov
Copy link

shytikov commented Jul 9, 2018

I have solved by running following command in a console:

git submodule update --init

@HerrimanCoder
Copy link
Author

I tried running git submodule update --init
...and I got: fatal: Not a git repository (or any of the parent directories): .git

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants