|
-
Feb 15th, 2005, 06:00 PM
#1
Thread Starter
New Member
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.
-
Feb 15th, 2005, 06:05 PM
#2
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
"The dark side clouds everything. Impossible to see the future is."
-
Feb 15th, 2005, 06:17 PM
#3
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
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Feb 15th, 2005, 06:43 PM
#4
Thread Starter
New Member
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!!
-
Feb 15th, 2005, 06:58 PM
#5
Re: Making A Program able to be distributed!!PLEASE HELP
 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.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Feb 15th, 2005, 07:45 PM
#6
Thread Starter
New Member
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
-
Feb 15th, 2005, 09:25 PM
#7
PowerPoster
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.
-
Feb 16th, 2005, 07:23 AM
#8
Thread Starter
New Member
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
-
Feb 16th, 2005, 07:36 AM
#9
Thread Starter
New Member
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
-
Feb 16th, 2005, 01:45 PM
#10
Thread Starter
New Member
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!!!
-
Feb 16th, 2005, 02:12 PM
#11
Re: Making A Program able to be distributed!!PLEASE HELP
 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
-
Feb 16th, 2005, 04:51 PM
#12
Thread Starter
New Member
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
-
Feb 16th, 2005, 07:23 PM
#13
PowerPoster
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.
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
|