Results 1 to 14 of 14

Thread: how to build the project?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Posts
    106

    Question how to build the project?

    how can i build the project to make it run on win 98 or win ME or any other windows
    i tryed to build it from build menu but when i run the exe file on win ME it shows a proplems (missed dll , need the path of visual studio.net , and other error messages and the program don't run)

    What should i do?
    please help

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Install the .NET framework on the mahine to run it on.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Posts
    106

    Unhappy

    Dose that mean if i produced a program every user should install .NET frame work on his computer to run my program !?

    Shet after all that work i found a big fake proplem
    i was making programs creating exe and then publish

    is there any way to add some dlls in the exe folder to run it with out .NET framework

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by Tnen
    Dose that mean if i produced a program every user should install .NET frame work on his computer to run my program !?

    is there any way to add some dlls in the exe folder to run it with out .NET framework
    I'm afraid so . you must install the .NET Framwork on any PC that has VS.NET applications.
    No way to add some dll files

  5. #5
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    No there is not.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Posts
    106

    Angry

    So i think the best way to go back to vb 6
    And all of my work on VB.NET will gone with the wind **** to Microsoft

    No bad words in this forums like f*** So no bad words like vb.net

    is there any way to convert my project from vb.net ---> vb6
    Last edited by Tnen; Jan 6th, 2003 at 02:39 PM.

  7. #7
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Sorry but you can only blame yourself. Don't jump into a language until you know how it works and what is required.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  8. #8
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    There is no .NET to VB6 converter sorry. Although with VB6 you still need the runtime files and MDAC and what not so you'll have the same problem. At least with .NET all you need is the same framework for all programs and now extra installs for controls or different versions.

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Posts
    106
    but in vb6 you can easily add these runtime files in the exe folder and it will run with out needing to any setup program

    any way i have to make my project again on vb6

  10. #10
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    Something to remember is also that this is (hopefully) a problem for some time as Microsoft and other Software companies are from now on adding the framework to the OS..... that means that in the future when Companies get the new OS's you should not have to install anything to make things work (of course you have to add references used from COM, but that is something that MS want us to try to not do). But up until then you unfortunatly have to install the framework on the clients that not has it.

    Another thing is that when you instaleed the framework, all you new applications work on that machine, you dont have to install it twice.

  11. #11

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Posts
    106
    Do you mean that the new Windows.NET includes th .NET frame work

  12. #12
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106
    That would make sense.

    How about if somebody would wite a program that would check for the Framework and install as needed?

  13. #13
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You can do that from a Setup package. I don't remember exactly how but I saw an article in the help about doing that very same thing.

  14. #14
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    The way I would do it would be to produce a "read me first" doc telling them they must download the .NET Framework in order to run your program:

    http://download.microsoft.com/downlo...tnetredist.exe

    that way, your download will be smaller (the .NET framework is 20mb!) plus I think Microsoft took out the ability to include it in later versions of VB .NET, but i'm not entirely sure.
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

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