Making A Program able to be distributed!!PLEASE HELP
I have made a program on my computer in Visual Basic form, I dont know if this can be done, but, I want to run the program on another computer but that computer does not have Visual Basic. PLEASE HELP!!!
I have tried running the program but i get a message saying,
This application failed to initialize properly (0xc0000135)
If someone is willing to create a walkthrough, on how to overcome my problem i would be very grateful.
Re: Making A Program able to be distributed!!PLEASE HELP
Both C# and VB are based on the dotnet framework that needs to be installed on the depoyment computer.
Regards
Jorge
Re: Making A Program able to be distributed!!PLEASE HELP
You can download and install it from the M$ website. Here is the link for version 1.1
Re: Making A Program able to be distributed!!PLEASE HELP
What do you mean by the "depoyment" Computer
This is also on the download page, so why do I need to download this!!
Note: If you have already installed Microsoft Visual Studio .NET 2003, you do not need to install the .NET Framework SDK separately. Visual Studio .NET 2003 includes the SDK.
Thanks for any help!!
Re: Making A Program able to be distributed!!PLEASE HELP
Quote:
Originally Posted by joey179
...but, I want to run the program on another computer but that computer does not have Visual Basic. PLEASE HELP!!!
The target computer (the one you want your program to run on) does not have VS 2003
nor the Framework so it will fail like that. If you download and install the Framework on
the system you want you program to run on, it will then run.
Re: Making A Program able to be distributed!!PLEASE HELP
This still isnt allowing me to play my program.
I downloaded the Frame VB, but when i install it only the documentation installs.
Please help
Thanks
Re: Making A Program able to be distributed!!PLEASE HELP
On the computer that you want to install the app on, go to www.windowsupdate.com and download the .NET framework from there if you can't get the redistributable to install.
Re: Making A Program able to be distributed!!PLEASE HELP
Yes I have downloaded both the Frame Work and redistribution Software, but both, just install and give me the documentation.
When I am in the middle of installing, it say the framework needs to e installed before you can install the Tools , but how do I install them afterwards
Re: Making A Program able to be distributed!!PLEASE HELP
Also I have not changed the Appliation. For Example, I havent made it into a .exe. file or used, DLL's. If I need this then can someone please tell how to implement these into my application.
Thanks For Any Help
Re: Making A Program able to be distributed!!PLEASE HELP
I Have now downloaded the plug in and an error message comes up saying.
Application has generated an exception that could not be handled
Process ID = 0xDac(3500), Thread Id = 0xdb0 (3504)
Please Help!!!
Re: Making A Program able to be distributed!!PLEASE HELP
Quote:
Originally Posted by joey179
Also I have not changed the Appliation. For Example, I havent made it into a .exe. file or used, DLL's. If I need this then can someone please tell how to implement these into my application.
Thanks For Any Help
Woah! Woah! Woah!
OK, how the fork are you "running" it if you haven't compiled it into an EXE?
Tg
Re: Making A Program able to be distributed!!PLEASE HELP
So How Do I Make a Exe file
PLEASE HELP!!!
A Walkthrough would be very helpful
Re: Making A Program able to be distributed!!PLEASE HELP
You will find the .exe file in your project's Bin folder. It is created every time you run Debug>Start. Or you can create it from the Build menu.