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