.net-reflector Questions

3

Solved

Is it possible to view the IL code generated when you call Compile() on an Expression tree? Consider this very simple example: class Program { public int Value { get; set; } static void Main(st...
Bolometer asked 21/1, 2011 at 22:0

4

Solved

Is it possible to use .NET Reflector (or an other tool) to modify and recompile the code quickly (that is, without dumping the source and then use Visual Studio to recompile it)?
Strangulate asked 17/2, 2010 at 10:33

2

Solved

Issue Steps to replicate Install Visual Studio 2012 Install Resharper Install Reflector VS plug-in When I hit F12 I want the Resharper GoToDefintion (decompile) action. However, all I get is t...
Choplogic asked 10/1, 2014 at 15:54

1

Solved

First, I created a testing assembly HelloWorld.dll which I want to debug and built it with release configuration. namespace HelloWorld { public class HelloClass { public string SayHello(string ...
Decameter asked 26/1, 2016 at 12:4

1

How i can recompile my edited codes Or replace it with original files and save it as exe in dotpeek ? I try to recompile edited files and save it but i cant If you found any way please share Tha...
Rhino asked 8/12, 2014 at 19:1

4

Solved

When I installed .NET Reflector for the first time, it was as easy as unzipping it, dragging the folder to the appropriate place on my disk, and launching it. From within the UI, I was able to conf...
Merrymerryandrew asked 27/6, 2011 at 4:10

4

Solved

We have a .NET assembly from another project where in one of the generated files from Reflector has .. snippet for a method. Now VS 2010 c# compiler throws all sorts of compile errors $$ unexpecte...
Howard asked 15/12, 2010 at 7:17

1

I realise that VS2012 Express Edition now supports NuGet packages. Any idea if the limitations on adding productivity tools like Resharper or Reflector in VS Express Editions 2012 has now been chan...
Honegger asked 7/11, 2012 at 9:25

1

Solved

Without inherit but only with reflection is it possible to dynamically change the code of a method in C#? something like : nameSpaceA.Foo.method1 = aDelegate; I cannot change/edit The Foo Class...
Jolenejolenta asked 13/3, 2012 at 13:22

4

Solved

Okay, I will cut and paste from .NET reflector to demonstrate what I'm trying to do: public override void UpdateUser(MembershipUser user) { //A bunch of irrelevant code... SecUtility.CheckParam...
Karelian asked 27/11, 2009 at 22:8

3

Solved

I just upgraded a VS 2008 solution containing WinForms, general use libraries, and a web app to VS 2010, but all projects still target .NET 3.5 SP 1. I use this technique to generate XmlSerializers...

1

Solved

Possible Duplicate: .NET obfuscation of a DLL: how can I protect my code? Hi all, I'm using .net framework 4.0 and making any program. When i finished it, i publish it and get my pro...
Branle asked 29/11, 2010 at 13:15

1

Solved

I'm generating a dynamic assembly using Reflection.Emit which includes a single class. I have a bug which is causing a BadImageException. To resolve this I need to see the compiled code, and theref...
Chilcote asked 18/10, 2010 at 20:7

3

Solved

So, I was getting back into some .NET programming, and through a new feature in VS.NET 2010, it detected a case where I was trying to modify a control from a thread that didn't create that control,...
Gautea asked 9/5, 2010 at 19:3
1

© 2022 - 2024 — McMap. All rights reserved.