|
-
Sep 11th, 2002, 12:46 PM
#1
Thread Starter
New Member
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
-
Sep 11th, 2002, 01:17 PM
#2
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.
-
Sep 11th, 2002, 01:24 PM
#3
Arrggggggghhhh!
-
Sep 11th, 2002, 01:32 PM
#4
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.
-
Sep 11th, 2002, 01:41 PM
#5
Answering it about 5 times a day wears thin!
-
Sep 11th, 2002, 02:18 PM
#6
Thread Starter
New Member
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
-
Sep 11th, 2002, 02:21 PM
#7
its ok.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|