Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dexter-vs] Error during analysis: DexterCS.exe not found #183

Closed
AndreasSummer opened this issue Sep 5, 2018 · 5 comments
Closed

[dexter-vs] Error during analysis: DexterCS.exe not found #183

AndreasSummer opened this issue Sep 5, 2018 · 5 comments

Comments

@AndreasSummer
Copy link

We develop a C # application in Visual Studio. We installed the VSIX package and the dexter-cli 0.10.6_64.
If we want to analyze a project, we get the message:

Error during analysis: DexterCS.exe not found in "D: \ dexter \ dexter-cli_current \ bin \ DexterCS.exe"

@JanSawicki
Copy link
Contributor

JanSawicki commented Sep 5, 2018

There are two ways in which you can approach this problem.

  • The easy way: Wait for next release.

EDIT: Or take a look at what @KarolAntczak clarified below

The released version of dexter-cli that you are using (i.e. dexter-cli 0.10.6_64) does not support C# analysis (does not contain DexterCS.exe). This feature is (will be) supported in dexter-cli 0.10.7_64 which has not been released yet (but is going to be soon). So if you wait just a bit more, you will be able to download the upcoming version (including DexterCS.exe)

  • The dev way (hard way): Build DexterCS.exe on your own
    You can:
  1. Download the dexter-cs project on you machine and open it in the Visual Studio.
  2. Compile the whole project (might seem trivial, but I guess most problems may appear here)
  3. Copy the whole content of dexter-cs\DexterCRC\bin\Debug folder to the %dexter-cli directory%/bin directory
  4. Copy the file DexterCRC.dll from dexter-cs\DexterCS\bin\Debug folder to the %dexter-cli directory%/plugin directory
  5. Download EnglishPos.nbin and put it in the %dexter-cli directory%/bin/DexterCS (This step is obligatory if you want the naming art of analysis to work)

As far as I remember those are all the steps you need to follow in order to make the C# analysis work. In case of any questions, please ask.
If I were in your shoes, I would probably just wait for the release of the next dexter-cli (soon™), but feel free to follow the more ambitious way.

I hope you enjoy Dexter C# analysis!

@KarolAntczak
Copy link

KarolAntczak commented Sep 5, 2018

Actually, there is already pre-release version of new dexter-cli available here.

@AndreasSummer
Copy link
Author

It works fine.
The result get an error if I click on it

@JanSawicki
Copy link
Contributor

Do I understand correctly that the "DexterCS.exe not found (...)" error has been resolved?
Could you describe more precisely what happens now?

(You may consider opening a different issue, if the problem concerns something else, than you originally asked - just to keep the Issues tidy and organized.)

@AndreasSummer
Copy link
Author

Yes. Its another problem now. I open an other issuse

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

No branches or pull requests

3 participants