Results 1 to 4 of 4

Thread: Localize the .Net Framework?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2005
    Posts
    40

    Localize the .Net Framework?

    Is there a way I can localize the .Net Framework, so running my application will not require the user to have installed the framework on their computer?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Localize the .Net Framework?

    If you are making a .Net program, the user needs the .Net framework installed.

    To avoid the framework, you will need to avoid .Net

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2005
    Posts
    40

    Re: Localize the .Net Framework?

    Is it possible to use VS2005 without using .Net?

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Localize the .Net Framework?

    Quote Originally Posted by Tural
    Is it possible to use VS2005 without using .Net?
    Only C++, and even then you would have to write all unmanaged code.

    other than that you would need to use a different programming language like python, VB6, or something similar (although basically every language needs some sort of runtime distributed with it depending on your target platform)

    Is there a reason you don't want to use the .NET framework? Other than the fact that it adds about 23MB to your installation file size, are you having any issues deploying with it?

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