Click here to Skip to main content
15,905,877 members
Home / Discussions / C#
   

C#

 
AnswerRe: convertor Pin
Eddy Vluggen15-Mar-09 3:02
professionalEddy Vluggen15-Mar-09 3:02 
GeneralRe: convertor Pin
shefa' isied15-Mar-09 4:00
shefa' isied15-Mar-09 4:00 
GeneralRe: convertor Pin
Mustafa Ismail Mustafa15-Mar-09 5:12
Mustafa Ismail Mustafa15-Mar-09 5:12 
GeneralRe: convertor Pin
dan!sh 15-Mar-09 9:16
professional dan!sh 15-Mar-09 9:16 
GeneralRe: convertor Pin
Dave Doknjas15-Mar-09 13:01
Dave Doknjas15-Mar-09 13:01 
QuestionRemove unused methods Pin
jharker198715-Mar-09 1:52
jharker198715-Mar-09 1:52 
AnswerRe: Remove unused methods Pin
Eddy Vluggen15-Mar-09 2:01
professionalEddy Vluggen15-Mar-09 2:01 
GeneralRe: Remove unused methods Pin
Colin Angus Mackay15-Mar-09 2:44
Colin Angus Mackay15-Mar-09 2:44 
GeneralRe: Remove unused methods Pin
Luc Pattyn15-Mar-09 5:10
sitebuilderLuc Pattyn15-Mar-09 5:10 
QuestionRegex question (I think) Pin
blackjack215015-Mar-09 1:48
blackjack215015-Mar-09 1:48 
AnswerRe: Regex question (I think) Pin
dan!sh 15-Mar-09 2:37
professional dan!sh 15-Mar-09 2:37 
AnswerRe: Regex question (I think) Pin
S. Senthil Kumar15-Mar-09 8:57
S. Senthil Kumar15-Mar-09 8:57 
QuestionMy application acts different outside Visual Studio Pin
SimpleData15-Mar-09 0:21
SimpleData15-Mar-09 0:21 
AnswerRe: My application acts different outside Visual Studio Pin
Alan N15-Mar-09 0:35
Alan N15-Mar-09 0:35 
GeneralRe: My application acts different outside Visual Studio Pin
SimpleData15-Mar-09 0:44
SimpleData15-Mar-09 0:44 
GeneralRe: My application acts different outside Visual Studio Pin
Alan N15-Mar-09 1:44
Alan N15-Mar-09 1:44 
ok,
Let's take a step back here.

How are you starting up your programme when you run it outside VS?

To switch between build modes right click on the solution icon in the Solution Explorer window and select "Configuration Manager..." from the context menu.

In the dialogue that open up you can select between Debug or Release for the active solution configuration.

The executable file for the debug build will be in the bin\debug of your main project directory and the release build exe if present will be in the bin\release subdirectory.

When you say the timestamp is current you are referring to the exe file timestamp not the source code file timestamp?

Alan.
GeneralRe: My application acts different outside Visual Studio Pin
SimpleData15-Mar-09 2:00
SimpleData15-Mar-09 2:00 
GeneralRe: My application acts different outside Visual Studio Pin
Alan N15-Mar-09 2:29
Alan N15-Mar-09 2:29 
GeneralRe: My application acts different outside Visual Studio Pin
SimpleData15-Mar-09 2:16
SimpleData15-Mar-09 2:16 
GeneralRe: My application acts different outside Visual Studio Pin
Alan N15-Mar-09 2:36
Alan N15-Mar-09 2:36 
QuestionWhich one is faster ? Pin
Mohammad Dayyan15-Mar-09 0:12
Mohammad Dayyan15-Mar-09 0:12 
AnswerRe: Which one is faster ? Pin
#realJSOP15-Mar-09 1:36
professional#realJSOP15-Mar-09 1:36 
GeneralRe: Which one is faster ? Pin
Mohammad Dayyan15-Mar-09 5:54
Mohammad Dayyan15-Mar-09 5:54 
GeneralRe: Which one is faster ? Pin
#realJSOP15-Mar-09 6:33
professional#realJSOP15-Mar-09 6:33 
GeneralRe: Which one is faster ? Pin
Mohammad Dayyan15-Mar-09 6:38
Mohammad Dayyan15-Mar-09 6:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.