Thread: Publishing Help

  1. #1
    Registered User
    Join Date
    May 2007
    Posts
    1

    Exclamation Publishing Help

    Ipublished an update for myprogram, and now I need to take a previous publish of this program to fix my code. Would any one know how to take a publish, then turn it back into a C# solution program?

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Belongs in the C# section.

    If you're referring to taking a C# .NET finished program apart and turning it back into source code, you might be able to decompile it because of the nature of .NET programs, but there is no guarentee to my knowledge you'll get it back in the same way that you had it before.

  3. #3
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    There's a whole host of tools to decompile the MSIL back to a .Net language. Unless you ran an obfuscation utility on the assembly, you're likely to get something recognizable.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C# VS2005 - Problem publishing application
    By jcrcarmo in forum C# Programming
    Replies: 2
    Last Post: 03-01-2006, 06:47 AM
  2. Book publishing
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 09-08-2003, 01:36 AM
  3. C++ Magazine
    By Stan100 in forum C++ Programming
    Replies: 5
    Last Post: 02-19-2003, 07:11 PM
  4. Internet Publishing Laws
    By novacain in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 12-09-2002, 02:19 PM
  5. Good Books?
    By Unregistered in forum C++ Programming
    Replies: 8
    Last Post: 11-07-2001, 05:41 PM