Results 1 to 13 of 13

Thread: .NET Reflector

  1. #1

    Thread Starter
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    .NET Reflector

    I've been using .NET reflector for quite a while. I started getting a message box on startup asking if I wanted to update. In the past I would click No, and the app would start as usual. Now when I click No, the app shuts down. If I click Yes, I get directed to Red Gate's site where I have the option to purchase Reflector. Has anybody else ran into this? Are the days of using Reflector for free long gone?
    That is the very essence of human beings and our very unique capability to perform complex reasoning and actually use our perception to further our understanding of things. We like to solve problems. -Kleinma

    Does your code in post #46 look like my code in #45? No, it doesn't. Therefore, wrong is how it looks. - jmcilhinney

  2. #2
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: .NET Reflector

    The website lists a free version here: http://www.red-gate.com/products/reflector/

  3. #3

    Thread Starter
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: .NET Reflector

    Cool, at first glance I thought it was only a trial.
    That is the very essence of human beings and our very unique capability to perform complex reasoning and actually use our perception to further our understanding of things. We like to solve problems. -Kleinma

    Does your code in post #46 look like my code in #45? No, it doesn't. Therefore, wrong is how it looks. - jmcilhinney

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: .NET Reflector

    Haven't seen that, did you download it as part of a bundle?

  5. #5
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: .NET Reflector

    It should be part of your 2008 vs install.

  6. #6
    Lively Member
    Join Date
    Apr 2010
    Posts
    105

    Re: .NET Reflector

    Protip; Dis# is niiiice

  7. #7
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: .NET Reflector

    Hey,

    I seem to remember that the Reflector download also ships with a trial version of one of RedGate's other products. Typically, I choose not to get this when I download Reflector, sounds like you might have opted to install it though.

    Gary

  8. #8
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: .NET Reflector

    Red Gate promised to maintain a free version of Reflector when they purchased it but they also said at the time that they intended to add more features and release a paid version. This is the culmination of that promise.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  9. #9

    Thread Starter
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: .NET Reflector

    So now I go to register for my free license, and I get an "Unable to connect to the remote server" message.
    That is the very essence of human beings and our very unique capability to perform complex reasoning and actually use our perception to further our understanding of things. We like to solve problems. -Kleinma

    Does your code in post #46 look like my code in #45? No, it doesn't. Therefore, wrong is how it looks. - jmcilhinney

  10. #10
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: .NET Reflector

    Hmmm, I registered another one the other day on a new VM, and it worked fine.

    Perhaps it is just a glitch with their licensing server. I would try again in a while, and see if it works then.

    Gary

  11. #11
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: .NET Reflector

    I have a system at my job that is cutoff from the general net. So to download stuff and sneaker net it across, requires lots of paperwork and a time consuming approval process.

    I have the same problem as yours in post #1 and to resolve it, I just did the following and it worked fine.

    1. Change system date to a year ago (or longer if needed)
    2. Start reflector
    3. Change system date back. No need to keep it backdated while Reflector is running

    The version of Reflector I'm using suits my purposes and don't really care if there's a newer one or not
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  12. #12
    PowerPoster
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,070

    Re: .NET Reflector

    The makers of ReSharper have recently released their own decompiling tool: dotPeek. Since I can no long use Reflector I switched to theirs, used it for a couple of DLLs I had lying around and needed to take a look in and it works fine. In some aspects it seems better (the code is actually a code window much like in VS, you even got functions like 'Find Usages', 'Go To Declaration/Implementation', etc, and you can open multiple classes at the same time in tabs and drag them, and toolwindows, around like in VS2008), but as far as I can see it only decompiles to C# so if you're not proficient in that it might not be that useful.

    The version built into ReSharper 6 is even better, you can actually navigate to members in any class by using Go To Implementation, for example, even in third party DLLs and framework assemblies that you don't have the source code from. All in VS, from your own project. Pretty awesome!

  13. #13
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: .NET Reflector

    Hello,

    You are allowed to continue to use version 6 of .Net Reflector, it is just that version 7 is a paid for product.

    If you are looking for alternatives, you might want to look into JustDecompile, ILSpy or Cecil.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width