Click here to monitor SSC

Developer gone bust

Last post 02-13-2009, 4:41 PM by Phil Factor. 1 replies.
Sort Posts: Previous Next
  •  02-07-2009, 6:48 AM Post number 71933

    Developer gone bust

    We have used a developer for our ecommerce  site and he has gone bust.
    We could not get the final copy of modified source code.

    We have the original source code in C#

    It is running on an asp.net platform

    Is there a way to reverse engineer the site to obtain the modified source code

     

    I am not very technical so please keep "simple talk"


    We also need to find another developer to work with as we have ongoing work on our ecommerce site

    Any help would be appreciated

  •  02-13-2009, 4:41 PM Post number 71986 in reply to post number 71933

    Re: Developer gone bust

    use .NET Reflector, with the addin that allows you to write the disassembly out to a file. Unfortunately, you will lose the comments but you will get the latest source.
    As a better, but more time-consuming alternative, there is another add-in that allows you to compare two assemblies, so you should be able to see what changes were made to the code by comparing them in NET Reflector and modifying the existing source accordingly to add in the alterations but leave the original comments etc intact.

View as RSS news feed in XML