DevLabs > DevLabs Forums > Axum Incubation Project > Whenever i change the mode from Debug to Release or vice versa the Axum application will run from the previous mode .
Ask a questionAsk a question
 

AnswerWhenever i change the mode from Debug to Release or vice versa the Axum application will run from the previous mode .

  • Monday, September 21, 2009 12:16 PMVicky2006 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi,
     I trying some example in Axum.Whenever i change
    the mode from Debug to Release or vice versa the Axum application will run from the previous mode only.And if i go to particular folder and run it will run properly.Problem occurs only when try to run from Visual Studio IDE.This will not happen with other language applications. Anybody knows why this is happening do i need to change any settings?.

    Thank you.

Answers

  • Wednesday, September 23, 2009 4:44 AMArtur Laksberg MSFTModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Vicky,

    This is a bug, thanks for reporting it. The simplest workaround I found was to put the full path name to the exe in Project Options | Debug | Executable Program. For example, I put c:\projects\AxumApp01\bin\Release\AxumApp01.exe, and change between Release and Debug when I switch between configurations.
    Artur Laksberg - MSFT

All Replies

  • Wednesday, September 23, 2009 4:44 AMArtur Laksberg MSFTModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Vicky,

    This is a bug, thanks for reporting it. The simplest workaround I found was to put the full path name to the exe in Project Options | Debug | Executable Program. For example, I put c:\projects\AxumApp01\bin\Release\AxumApp01.exe, and change between Release and Debug when I switch between configurations.
    Artur Laksberg - MSFT