Comments
Sort by recent activity
ahah - they changed folder names on you. [image] the addin is in <docs>/Visual Studio 10/addins... but the folder b2 made is <docs>/Visual Studio 2010. I'll try moving the addin there and see if it works. / comments
ahah - they changed folder names on you. the addin is in <docs>/Visual Studio 10/addins... but the folder b2 made is <docs>/Visual Studio 2010. I'll try moving the addin there and see if it works.
ok, i'll look for the button. i didn't find it before.
IIRC i did see it in 2010b1, but b2 doesn't show reflector in the addin manager. / comments
ok, i'll look for the button. i didn't find it before.
IIRC i did see it in 2010b1, but b2 doesn't show reflector in the addin manager.
_love_ the VS integration.
two questions, at the moment:
1. any idea when VS2010b2 support might be included?
2. at least in versions before this one, it was impossible to add assemblies that aren't referenced in the current project to the 'disassemble' list. i had to add a dummy project with the refs i wanted to use. / comments
_love_ the VS integration.
two questions, at the moment:
1. any idea when VS2010b2 support might be included?
2. at least in versions before this one, it was impossible to add assemblies that aren'...
there is a way... but it's really cumbersome and slow.
edit your reflector.cfg, and put in (or add to) a section like this:
[AssemblyCache]
"%SystemRoot%\Microsoft.net"
"%SystemRoot%\Assembly"
"%SystemRoot%\Assembly\GAC"
"%SystemRoot%\Assembly\GAC_MSIL"
"%ProgramFiles%\Microsoft.net"
"%ProgramFiles%\Reference Assemblies"
then when you do 'open cache', it will scan those folders for assemblies. the refresh process is very very slow, however, so i don't do it too often. / comments
there is a way... but it's really cumbersome and slow.
edit your reflector.cfg, and put in (or add to) a section like this:
[AssemblyCache]
"%SystemRoot%\Microsoft.net"
"%SystemRoot%\Assembly"
"%Sy...
Another one - VS2010b2, decompiling Microsoft.VisualStudio.Editor.Implementation. Gets to 30% then crashes after a LONG wait - 15-20 minutes, maybe / comments
Another one - VS2010b2, decompiling Microsoft.VisualStudio.Editor.Implementation. Gets to 30% then crashes after a LONG wait - 15-20 minutes, maybe