Results 1 to 12 of 12

Thread: make .exe???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Location
    Bradenton, FL
    Posts
    87

    make .exe???

    Simple question:
    How do I build the .exe from a Windows Form using VB.NET beta 2? I don't see it anywhere.

    Thanks,
    Greg

  2. #2
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    (i dont have the IDE in front of me so i am trying to play this from memory) If you go to FILE | NEW you can create a setup package on one of the options, that is if you installed the whole ide setup of the 3 disks. There you can make your EXE. However, if you plan on using this program on another machine, you'll need the entire framework package. (130mb). Hopefully that changes with the real release.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    the framework is actually only about 20 megs...the sdk is 130 megs, but obviously end users dont need the sdk.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    My mistake, but still, even 20 megs to run an exe... A little rediculous...
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Well not really. Even 56k users can download it while they sleep.
    And they only need to download/install it once
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    Looking at it from a home user or a customer standpoint, if i wasnt a developer, i wouldnt be downloading a 20 meg framework to get an application to run, its the same as java in that case.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  7. #7
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Thats true, but I still think it will work out ok as it will be included in future Service Packs and Windows versions. All we can do is wait and see how the consumer reacts.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  8. #8
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    If MS will include it, then that would be great instead of a seperate install. I guess alot of what i wrote is hear-say until the final relase is out.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  9. #9
    Hyperactive Member MetallicaD's Avatar
    Join Date
    Feb 2001
    Location
    Tallahassee, FL
    Posts
    488
    Mr Brown.. glad to see you are back on the boards.. I love how your thread asked about making an exe yet it turned into a dialog about the size of the sdk

    -mcd
    [vbcode]
    '*****************************
    MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
    '*****************************
    [/vbcode]

  10. #10
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Ok I can finally give a definitive answer on this. I have never actually looked for how to make compile the assembly in .NET until last night. On the project explorer on the right hand side of the IDE(default) right click the project name and select Build. The compiled file will be in the bin directory of your projects directory.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  11. #11
    Hyperactive Member MetallicaD's Avatar
    Join Date
    Feb 2001
    Location
    Tallahassee, FL
    Posts
    488
    And Cander comes through with the answer!.. Excellent.. the question should be asked now, why would MS make it so you had to go to the bin directory to get the exe?? why not make it as easy as vb6 and just select the location you want it?

    -mcd
    [vbcode]
    '*****************************
    MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
    '*****************************
    [/vbcode]

  12. #12
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Well I think it being that MS wanted to make every language go by a set standard way of doing things and I beleive in VC++ 6 that this was done just like this and they choose that way to use with all the languages in VS .NET. Thats the best answer I can think of. Everything in .NET pretty much revoloves around the bin directory from what I have seen. In ASP.NET, you put business objects in a bin directory and if you use Code Behind, the code compiles to a bin directory.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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