Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COThough I certain this would work. It didn't and I am dumbfounded. I redid a simple webapp that dynamically places a control on the page and it worked. I went back in and changed the code behind and that worked. So I very confused why this is not working for my original application. I went into v2.0. (etc) but actually found it under Framework64/v4.0 and restarted iis, deleted the applicatioin, republished and it still is no dice.
      singulars
    2. COare you absolutely certain the assembly you are deploying has this code in it (ie its the right assembly) and that its not a code error causing your new code to not be hit? have you tried adding logging code at the top of some method? what specifically isnt getting called that you think should? I almost have to think its the technique you are choosing isn't working, as I've never seen this not work as long as your assembly contains the right code. One other option is to get remote debugging setup, then you can check the loaded modules to ensure they are correct. I would reversion libs first.
      singulars
    3. COTo the absolute best of my knowledge. The application works but after reviewing it with my risk manager there are some changes she would like implemented. So I wan't to dynamically add controls based on some selections. So just to test the waters I simply tried to add a control like so (this is not copied from my code) under Page_Load `myForm.Controls.Add(someButton);` and it didn't appear. So I simply tried to change a text value from a textbox that I had previously changed the value of and it is still displaying the oringial value.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload