|
-
Jul 31st, 2009, 03:02 PM
#1
Thread Starter
Addicted Member
[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?
-
Jul 31st, 2009, 04:52 PM
#2
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
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Jul 31st, 2009, 05:03 PM
#3
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
 
-
Aug 1st, 2009, 07:53 AM
#4
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|