Results 1 to 7 of 7

Thread: VB.Net application on Client machine?

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    2

    VB.Net application on Client machine?

    I wrote a simple little VB.Net application that loads an XML document, allows the user to modify the information, and then saves the changes. When I sent the .exe file to my client, he was unable to run it because he was missing the .Net Framework .dll files. How can I create a self contained .exe file that I can distribute to users who do not have the .Net framework? Any help would be appreciated.

    David

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    In short you can't. You have to have them download it via Windows Update or you can use the redistributable and make a setup project for your app that installs it if its needed.

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Arrggggggghhhh!
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I think if one more person askes this question Cander is going to bald from pulling all his hair out.

    What makes it even funnier is that this question always comes up in VB6 too.


  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Answering it about 5 times a day wears thin!
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    2
    Yeah, sorry about the repeat question. After actually taking the time to read the message board a bit (what a novel concept, I know) I found the same basic question asked a million times. Once again, sorry for the repost, but thanks for the answer.

    David

  7. #7
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    its ok.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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