Activity overview
Latest activity by bjoern.busch
Selective "Clear Store"
Hi there,
In the Decompilation dialog is the "Clear Store" button, which deletes all the decompiled information. Now, if I only deselect one of like 5 assemblies that I marked for decompilation, th...
gotcha. Yes, that did indeed fix it.
That was a really quick fix [image] / comments
gotcha. Yes, that did indeed fix it.
That was a really quick fix
When I select assemblies for decompilation the first time, it adds the following tags to the csproj file:
<UseVSHostingProcess>true</UseVSHostingProcess>
When I add another assembly for decompilation at a later point in time and it's finished decompiling it, I get the checkout dialog from my source control. When I actually check it out and compare the two versions, nothing changed.
For a test, I just removed that tag and added another assembly for decompilation and this line got then added to the csproj file again.
As a workaround, you're absolutely right, I can just cancel the checkout operation, get a little error message, but then everything works just fine. So it's not blocking me from using Reflector Pro, it would just be awesome to get rid of that checkout attempt. / comments
When I select assemblies for decompilation the first time, it adds the following tags to the csproj file:
<UseVSHostingProcess>true</UseVSHostingProcess>
When I add another assembly for decompilati...
Just as a confirmation, in Build 918 it's working perfect. Thanks for the quick fix! / comments
Just as a confirmation, in Build 918 it's working perfect. Thanks for the quick fix!
Modification in csproj file
Hi there,
everything works really well in the last build that I'm using (914), I have only one last wish before you take it out of Beta:
When the decompilation process is finished, you're trying to...
Glad I could help [image] / comments
Glad I could help
Out of Memory exception when decompiling.
I have a couple assemblies, which are pretty big. For example, one contains around 13.000 methods. When I select one in the decompilation dialog, it decompiles fine, but the memory usage of devenv....