Problem with precompiled code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahul agarwal
    New Member
    • Oct 2006
    • 15

    Problem with precompiled code

    Hi All,

    I have an application in dot net 2.0. I have precompile code of this application not the source code. I want to do some modifications to this code.
    Please suggest if this is possible, if yes, how can this be done.

    Thanks in advance.
    Rahul
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Originally posted by rahul agarwal
    Hi All,

    I have an application in dot net 2.0. I have precompile code of this application not the source code. I want to do some modifications to this code.
    Please suggest if this is possible, if yes, how can this be done.

    Thanks in advance.
    Rahul
    So you have the dll for the application? You could use a program called .NET Reflector to generate the code for you. Then you could make the modifications that you want.Give it a try:


    Nathan

    Comment

    Working...