Button.Text property not updated in compiled executable

Discussion in 'C#' started by mavy-online, Sep 5, 2010.

  1. mavy-online

    mavy-online New Member

    Joined:
    Sep 5, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hello folks,

    Sometimes (including right now) when i change a property in my program, such as the text property
    of buttons and labels, and i run the debug button in visual studio 2010 (.net 4.0), the text remains
    unchanged.

    button1.Text has been: "Test Credentials" for forever.

    Now i want to change this property to "Test FTP Credentials".

    In visual studio, everything looks and acts normal, but when i hit the debug button, the text is still: "Text Credentials"

    I experienced this problem on other computers and visual studio versions as well, and am not
    entirely sure of the cause, but i think maybe the executable or some parts of it, are cached somewhere, and not updated, but that is just a guess.

    Does this sound familiar to anyone?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice