ASP.NET - I have to recompile, decompiled code

Asked By s p
09-Feb-12 03:12 AM
I have decompiled code using .net reflector and made changes to it. Now i want to recompile code. How to do so?
  Web Star replied to s p
09-Feb-12 03:15 AM
When you are using .net reflector to decompile dll it means you are getting code from that dll so if you want to change that code than you also need to again build the new dll with changed code so you just create new project and put your decompiled code and than build again in Visual studio simply.
  smr replied to s p
09-Feb-12 03:16 AM
hi

You have two choices, either you use Reflector's addin http://www.denisbauer.com/NETTools/FileDisassembler.aspx, which is free, or commercial ( and pricy) .net dissemblers such as http://www.9rays.net/Category/53-spices_net_suite.aspx or http://www.remotesoft.com/salamander/.

I used Filedisassembler; the quality of the decompiled code is very bad. The decompiler code cannot be recompiled.

I'm sure about the quality of commercial decompilers but I suspect that it would be much better.

Edit: To use Filedisassembler, go to Reflector, View->Addins, click Add and select theFiledisassembler.dll.

  Somesh Yadav replied to s p
09-Feb-12 03:42 AM
Reflexil is an assembly editor and runs as a plug-in for Reflector. Using Mono.Cecil, Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C# and VB.NET code injection.
  kalpana aparnathi replied to s p
09-Feb-12 04:02 AM
hi,

.NET Reflector is the way to go. It will decompile your dll into either C# or VB.NET http://www.aisto.com/roeder/dotnet/

Thanks,
Create New Account
help
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B types? (B) What is concept of Boxing and Unboxing ? (B) What is the difference between VB.NET and C#? (I) what is the difference between System exceptions and Application exceptions? (I)What A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP.NET
Microsoft.Jet.OLEDB.4.0;”+ _ “Data Source = C: \ Documents and Settings \ User \ My Documents \ Visual Studio Projects \ 1209 \ db1.mdb”+ _ “User ID = Admin;”+ _ “Password = ;”); Dim cmd As New in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this we have to edit the page level debugging the corresponding date and time written Steps are:- Creating a CalenderControl 1) To begin, open Visual Studio .NET and begin a new C# Windows Control Library. 2) You may name it The control itself will take care of the date display How can you deploy an asp.net application ? You can deploy an ASP.NET Web application using any one of the following
Migration from ASP to ASP.net How to convert ASP site to ASP.NET site using C# http: / / www.asp.net / downloads / archived-v11 / migration-assistants / asp-to-aspnet hi, ASP.NET framework is very much different from unstrucured ASP and there is no correct way to
Tracing in ASP.NET? hi all, what is tracing? how to achieve tracing in asp.net? different ways of doing tracing? thanks and regards Aman Khan hi. . Tracing in ASP.NET 2.0 Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't
assemblies, garbagecollector end of post Assemblies in Asp.Net What is an assembly? • An Assembly is a logical unit of code • Assembly physically exist shared assemblies. What is Global Assembly Cache? Global assembly cache is nothing but a special disk folder where all the shared assemblies will be kept. It is located under <drive> : \ WinNT VS.NET solution explorer and change it to include following lines : [assembly:AssemblyKeyFile("file_path")] Now recompile the project and the assembly will be signed for you. Note : You can also supply our knowledge by developing a simple shared assembly. In this example we will create a VB.NET component called SampleGAC ( GAC stands for Global Assembly Cache). We will also create a key html http: / / www.dotnet-guide.com / assemblies.html http: / / ezinearticles.com / ?Dot-Net- --Assembly-In-ASP-Net&id = 834847 Garbage Collector in Asp.Net Garbage Collection in Various Environments One of the