Comments
Sort by recent activity
no, i don't, unfortunately. i'll give it a try in the next day or two if i can. i think i was depending on the veracity of the message, and just tried to do what i had to in order to make it go away. it's still happening (just saw it a minute ago, in fact), so i'll try when i can. / comments
no, i don't, unfortunately. i'll give it a try in the next day or two if i can. i think i was depending on the veracity of the message, and just tried to do what i had to in order to make it go awa...
this has gotten worse, if anything. i'd been in VS2010 and debugging something in System.Windows.Forms. I then switched to VS2008 and was debugging something slightly different in SWF. It kept telling me something like "A different version of SWF was found than what Reflector was expecting - found version 2, expected version 4" - even after telling it to decompile version 2.0. had to clear the cache completely to get it to work, which meant losing the decompilations of everything else i was working on.
Maybe something as simple as having a different cache folder for different versions of the IDE would work? / comments
this has gotten worse, if anything. i'd been in VS2010 and debugging something in System.Windows.Forms. I then switched to VS2008 and was debugging something slightly different in SWF. It kept tell...
blindahl wrote:
ok, i'll look for the button. i didn't find it before.
was either blind or stupid. or both. button is there. [image] / comments
blindahl wrote:
ok, i'll look for the button. i didn't find it before.
was either blind or stupid. or both. button is there.
hmm. used the 'integration' menu item in reflector, and it added it to the right place for 2010. weird. i'll let you know what i find out. / comments
hmm. used the 'integration' menu item in reflector, and it added it to the right place for 2010. weird. i'll let you know what i find out.
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