Results 1 to 4 of 4

Thread: [RESOLVED] Published Projects

  1. #1

    Thread Starter
    Addicted Member mouse88's Avatar
    Join Date
    Mar 2009
    Location
    South Wales, United Kingdom
    Posts
    225

    Resolved [RESOLVED] Published Projects

    When a project has been published the file that is put in my start menu is an application reference. How do i get hold of the actual executable file so i can post a demo?

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Published Projects

    Build the project and then the executable is located at bin\Release inside of your project folder.

    If your program has any dependencies, such as .DLLs, the executable will not work on other machines without properly installing it.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Published Projects

    The exe that the application is linked to is buried very deep in C:\Documents and Settings\<username>\Local Settings\Apps\2.0\ then a few randomly named folders. You'd have to search beyond that to find it. Using the exe as suggested by weirddemon might be the easier route.
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Addicted Member mouse88's Avatar
    Join Date
    Mar 2009
    Location
    South Wales, United Kingdom
    Posts
    225

    Re: Published Projects

    Ok thanks a lot, i thought thats where I would find it but when i looked the description of the file was Test so i got a bit confused but then realised that i had set the description when publishing the project for some reason.

    Thanks for the help

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