Results 1 to 5 of 5

Thread: express & compiler ? WHERE ?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2006
    Location
    Paris
    Posts
    301

    Question express & compiler ? WHERE ?

    Hi I'm new to VB.net
    I read here and there that's on the free/express edition you can also compile EXEs but I can't find the option anywhere.
    Did I read wrong ? am I missing something or did I look in the wrong places ?

  2. #2
    Bad man! ident's Avatar
    Join Date
    Mar 2009
    Location
    Cambridge
    Posts
    5,401

    Re: express & compiler ? WHERE ?

    You need to build your project.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2006
    Location
    Paris
    Posts
    301

    Re: express & compiler ? WHERE ?

    Ok I found it.
    I made just one form with one button in it.

    The result was:

    one setup.exe
    one folder with the windows app and two other files
    The windows app that can be only run on a specific folder otherwise it wont work...

    Is this how vb.net works ? So much for a simple form & a button with no code at all ?

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: express & compiler ? WHERE ?

    No that's not how it works. An EXE compiled from a VB.NET project can be run from basically anywhere. If you have an installer then you haven't followed instructions. ident said "build", not "publish". Publishing will first build the EXE and then it will create a ClickOnce installer for that EXE. If all you want is the EXE then just build, exactly as instructed.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2006
    Location
    Paris
    Posts
    301

    Re: express & compiler ? WHERE ?

    thanks !
    Last edited by horazio; Jan 16th, 2012 at 02:44 PM.

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