Results 1 to 13 of 13

Thread: Making A Program able to be distributed!!PLEASE HELP

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    8

    Question 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.

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    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."

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  4. #4

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    8

    Angry 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!!

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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.
    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  6. #6

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    8

    Angry 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

  7. #7
    PowerPoster SuperSparks's Avatar
    Join Date
    May 2003
    Location
    London, England
    Posts
    265

    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.
    Nick.

  8. #8

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    8

    Angry 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

  9. #9

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    8

    Angry 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

  10. #10

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    8

    Question 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!!!

  11. #11
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  12. #12

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    8

    Question 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

  13. #13
    PowerPoster SuperSparks's Avatar
    Join Date
    May 2003
    Location
    London, England
    Posts
    265

    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.
    Nick.

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