Comments
Sort by recent activity
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!
Glad I could help [image] / comments
Glad I could help