Checking to see if .NET FrameWork is installed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Daniel Jeffrey

    #1

    Checking to see if .NET FrameWork is installed

    This may be a stupid question.

    But is there anyway in C# app to detect if FrameWork is installed and if not
    provide a message to the user?

    Right now it just crashes. No error that describes why.

    I am guessing it isn't possible.

    Thanks in advance.
    Daniel


  • Chris Dunaway

    #2
    Re: Checking to see if .NET FrameWork is installed

    On Wed, 28 Jul 2004 18:26:12 +1200, Daniel Jeffrey wrote:[color=blue]
    >
    > I am guessing it isn't possible.[/color]

    It's not. You're C# program needs the framework even just to display the
    error.

    --
    Chris

    dunawayc[AT]sbcglobal_lunch meat_[DOT]net

    To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
    replace certain words in my E-Mail address.

    Comment

    Working...