hallo all i have an asp.net site which i have no source code for it. anyway i开发者_开发知识库 would like to decompile the whole site and that way i can work on it agian.
We have many questions here about stack traces and analyzing exceptions that have been thrown. I am using RedGate Reflector to examine the workings of some .net classes.In particular, I am looking at
I\'m using an up-to-date .NET Reflector to disassemble an internal legacy app whose source code is almost impossible to recover. I need to find the cause of a nasty bug, and then possibly patch it. Re
I have opened assembly with reflector and saved some .resources files to my hard drive. There is some bitmaps in there, how can I get them from saved .resources file?
I just downloaded the last version of Reflector from RedGate and I was unable to decompile classes in 开发者_开发问答some core WPF assemblies like PresentationCore and PresentationFramework.
In trying to find the possible cause of an exception, I\'m following a code path using Reflector. I\'ve got deeper and deeper, but ended up at a method call that looks like:
If Visual Studio 2010 based on WPF, why I cannot open it with reflector? In other words, devenv.exe se开发者_运维技巧ems to be native assembly, so where is the WPF UI code?The Visual Studio devenv.ex
I have a dll which I disassemble in Reflector, I then generate a class. The class contains code which does not compile in Visual Studio.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
One if the first things I learned when I started with C# was the most important one. You can decompile any .NET assembly with Reflector or other tools. Many de开发者_JS百科velopers are not aware of th