This is a migrated thread and some comments may be shown as answers.

JustDecompile latest version (2012.2.905.0) and Reflexil

21 Answers 424 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
franjo
Top achievements
Rank 1
franjo asked on 05 Sep 2012, 06:42 PM
Hi,

after I updated my JustDecompile instance with new version I can no longer use Reflexil plugin. I've installed it again in plugins folder, as instructed, but it's not loaded.

Anyone tried this?

Thanks!

21 Answers, 1 is accepted

Sort by
0
Matt
Top achievements
Rank 1
answered on 05 Sep 2012, 08:02 PM
I'm seeing the same thing.
0
Kaloyan
Telerik team
answered on 11 Sep 2012, 07:47 AM
Hello,

 Can you download our plugin and install them again. You should stick to the following rule: 
- Loading plugin: JustDecompile will load on startup all of the plugin it finds in the “Plugins” sub-folder of the installation root folder(that's the folder where JustDecompile.exe resides). Each plugin needs to be placed in its own sub-folder of the "Plugins" folder. This will prevent file name collisions.
In other words the path to the Reflexil plugin should look like this:
<path to the JD>\JustDecompile\Libraries\Plugins\Reflexil\

All the best,
Kaloyan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
franjo
Top achievements
Rank 1
answered on 11 Sep 2012, 09:47 AM
Tried it. Not working.
0
Denis
Top achievements
Rank 1
answered on 13 Sep 2012, 09:12 AM
Same to me.
0
Kaloyan
Telerik team
answered on 14 Sep 2012, 09:23 AM
Hello,

 Can you post the exact path to the Reflexil.JustDecompile.Module.dll assembly on your local machine?

Greetings,
Kaloyan
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Bernhard
Top achievements
Rank 1
answered on 14 Sep 2012, 11:35 AM
C:\Program Files\Telerik\JustDecompile\Libraries\Plugins\Reflexil
0
Denis
Top achievements
Rank 1
answered on 14 Sep 2012, 01:38 PM
C:\Program Files (x86)\Telerik\JustDecompile\Libraries\Plugins\Reflexil\Reflexil.JustDecompile.Module.dll
whereas 
C:\Program Files (x86)\Telerik\JustDecompile\Libraries\JustDecompile.exe
0
franjo
Top achievements
Rank 1
answered on 14 Sep 2012, 02:55 PM
Exactly the same as Denis. 
0
Kaloyan
Telerik team
answered on 17 Sep 2012, 09:52 AM
Hi,

 Can you please check the attached JD application where the reflexil plugin is included in it. I can confirm that this is working on my machine with no problems. Let me know how it goes if there are any issues.

Regards,
Kaloyan
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Bernhard
Top achievements
Rank 1
answered on 17 Sep 2012, 12:06 PM
Hi,

i have unziped the attached file and started the application.
The Plugins Manager still does not show any Plug In.

Best regards

Bernhard
0
Michael
Top achievements
Rank 1
answered on 19 Sep 2012, 12:06 PM
I can confirm the same behavior on Windows 7 x64.  I've done the regular install (Version 2012.2.905.0) and used the provided zip with Reflexil provided.  Neither of them have been able to load the plugin.  I haven't tried the other plugin that is provided.  I'm going to try it and see if this behavior is with all plugins or just Reflexil.

I've attached the a screenshot of where the folders are installed.  Is JD using MEF to pickup the plugins?  I'm also looking at the binary output for Reflexil and it seems to be a debug build.  Should that matter?

Thanks,

Mike G.

EDIT:
I tried the de4dot plugin and it didn't show up as well.  I saw this was also provided in the earlier attached zip.  I also went back and tried running each of the exe's as Administrator to see if it was a permissions error, but it doesn't seem like this is the issue.  I attached another image of the empty plugins folder launched from the justdecompile.exe that was provided in the earlier attachment.
0
Stuart
Top achievements
Rank 1
answered on 21 Sep 2012, 11:59 PM
Do we have any projection for when this will be fixed?   Having the same issue here and have tried all the suggestions and the results were the same as the other individuals.



EDIT:

Figured it out.   The problem is that the DLLs are marked 'blocked' based on the fact that the downloaded zip (plugin or the 'full' zip that support provided) is marked blocked.    So, you could unblock all the individual files in the directory - but the easiest thing to do is delete the directory for the plugin, unblock the zip file and then extract it into the plugins folder.    You should now be able to access the plugin.
0
Michael
Top achievements
Rank 1
answered on 24 Sep 2012, 11:57 AM
Stuart,

The problem is that the DLLs are marked 'blocked' based on the fact that the downloaded zip (plugin or the 'full' zip that support provided) is marked blocked. ...unblock the zip file and then extract it into the plugins folder.

I don't understand what you mean by "blocked" or how to "unblock" the zip file.  I assume your're referring to the Reflexil zip file, correct?

Thanks,

Mike G.
0
Stuart
Top achievements
Rank 1
answered on 24 Sep 2012, 12:13 PM
When a zip file is downloaded, windows will mark it as 'blocked'.   You can see this by right clicking on the zip file and selecting properties. 

You should see 'Security:   This file came from another computer and might be blocked to help protect this computer' and an 'Unblock' button at the bottom.   If you unblock the zip - then when you extract the files from the zip they will be unblocked as well and be picked up by JustDecompile.

This is true for Reflexil zip, as well as the 'full' zip that the Telerik support person provided in another reply.
0
Michael
Top achievements
Rank 1
answered on 24 Sep 2012, 12:28 PM
Thanks. That did it.  I've never seen that button in Win7.
0
Stuart
Top achievements
Rank 1
answered on 24 Sep 2012, 12:37 PM
Windows doesn't 'block' downloads from sites in your trusted zone, so adding www.telerik.com to trusted will then not block zip files downloaded from Telerik.
0
John
Top achievements
Rank 1
answered on 07 Oct 2012, 06:47 AM
[quote=Stuart]When a zip file is downloaded, windows will mark it as 'blocked'.   You can see this by right clicking on the zip file and selecting properties. 

You should see 'Security:   This file came from another computer and might be blocked to help protect this computer' and an 'Unblock' button at the bottom.   If you unblock the zip - then when you extract the files from the zip they will be unblocked as well and be picked up by JustDecompile.

This is true for Reflexil zip, as well as the 'full' zip that the Telerik support person provided in another reply.[/quote]

OK. This is true of the Reflexil PlugIn but the De4Dot PlugIn still doesn't appear in the PlugIns Menu, even though it DOES appear in the PlugIn Manager!

Can anyone else confirm this problem?
0
Stuart
Top achievements
Rank 1
answered on 07 Oct 2012, 01:39 PM
I wonder if that is a difference in how the plugins function.  

Reflexil seems to have functionality that can be applied from the plugin menu item, but De4Dot may only have functionality available when selecting an assembly - right click assembly in treeview for context menu which should show Reflexil assembly options and when De4Dot is installed, a De4Dot selection item as well.
0
John
Top achievements
Rank 1
answered on 08 Oct 2012, 10:47 PM
[quote=Stuart].. right click assembly in treeview for context menu which should show Reflexil assembly options and when De4Dot is installed, a De4Dot selection item as well [/quote]

Cheers, Stuart,
You solved my problem!
0
rakesh
Top achievements
Rank 1
answered on 10 Jul 2015, 08:24 AM

I downloaded the zip file u have attached and extracted and used it. However, When I execute the justdecomplie after extracting, It is just stuck and shows nothing ... loading assemblies is the only thing which is shown. 

And as per the below comments... I right clicked on the zip file and saw security tab in properties. I didnt had anything showing regarding blocking. so please help me.

0
Alexander
Telerik team
answered on 14 Jul 2015, 10:20 AM
Hello,

That topic is from the end of the 2012 and it's outdated. Please, download the latest version of JustDecompile from here and use it instead of the attached in this topic. Link to the official JustDecompile page.

Regards,
Alexander
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
franjo
Top achievements
Rank 1
Answers by
Matt
Top achievements
Rank 1
Kaloyan
Telerik team
franjo
Top achievements
Rank 1
Denis
Top achievements
Rank 1
Bernhard
Top achievements
Rank 1
Michael
Top achievements
Rank 1
Stuart
Top achievements
Rank 1
John
Top achievements
Rank 1
rakesh
Top achievements
Rank 1
Alexander
Telerik team
Share this question
or