| Author |
Message |
Jaimi
Joined: 03 Nov 2010 Posts: 2
|
Posted: Wed Nov 03, 2010 11:31 pm Post subject: No option to Go To decompiled definition, and cant step in. |
|
|
Just purchased pro version and activated it. Have Visual Studio 2010 Ultimate.
i choose "Explore decompiled assemblies" from the .Net Reflector after decompiling system.
I find the method, and right click - there is no "Go to decompiled definition" option. The menu has "Open in .NET reflector", and the second option is "Find all references". It's just missing.
As well, I cannot step into the code. I'm trying to debug an error in
AppDomain.AppDomainSetup.ConfigurationFile, and though I have selected every version of SYSTEM in "Choose assemblies to debug" and compiled them all, I still cannot step into this property. (Yes, I have turned off the step over properties option).
What could I be doing wrong?
I have followed the steps someone mentioned in the forums for looking at system.console.writeline, and was not able to step into that or use "Go to decompled definition" on it either. |
|
| Back to top |
|
 |
Clive Tong
Joined: 04 Dec 2008 Posts: 281
|
Posted: Thu Nov 04, 2010 4:29 pm Post subject: |
|
|
Hi.
The type AppDomain.AppDomainSetup is actually in mscorlib.dll and not system.dll.
Can you try decompiling that and then stepping into the property that you mention?
Thanks. |
|
| Back to top |
|
 |
Jaimi
Joined: 03 Nov 2010 Posts: 2
|
Posted: Thu Nov 04, 2010 11:13 pm Post subject: |
|
|
| You sir, are indeed correct. I must have been reading some incorrect MS documentation. Works great - thanks! |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group