Results 1 to 9 of 9

Thread: .NET Framework 1.1

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2003
    Posts
    40

    .NET Framework 1.1

    I realize this is a silly question whose answer is 99.99% surely no, but the remaining 00.01% is worth the trouble of asking...

    is there any way around forcing clients to download the 14MB .NET framework from microsoft in order to run vb .NET generated applications ?

    Maybe I could include certain dlls within the program that are specific to the function of my program?

    Thanks

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Nope
    Use standard C++ to create an app that way.

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You can include the Framework on CD or some other media if its the downloading that bothers you but they will still need to have it to run any .NET app.

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    The Framework package is about 21mb not 14 mb

  5. #5

    Thread Starter
    Member
    Join Date
    Sep 2003
    Posts
    40
    thanks...
    I guess there's no way around that, but there surely is a way around this...
    When a client doesn't have the .NET framework installed, he gets an "applcation error" messagebox that is uninformative and gives users a bad impression about the program. Is there a way to check if the .NET framework exists before running the program, without having to include multiple exes in the program?

    Thanks

  6. #6
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Yes , you need to include a condition in your installer that checks for which version you set it to . If it's there , it resume , otherwise it'll rollback .

  7. #7

    Thread Starter
    Member
    Join Date
    Sep 2003
    Posts
    40
    Could you please give details about that or point to a place that does?

    Thank you

  8. #8
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

  9. #9

    Thread Starter
    Member
    Join Date
    Sep 2003
    Posts
    40
    ah great...thanks alot

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