|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello Comrades,
Something weird is happening and I do not know why. Im working in Visual Studio, working with VB.NET, I have a label that I populate with HTML code, so when the page executes the label becomes HTML code, so what has happened all of a sudden is a made changes in the code, I rebuild solution and check the changes but nothing has changed on the page, I even make very visible changes , I FTP to the site and open up the vb code page and the change is reflected on the server but it doesnt execute the new changes, I went on other computers, computers that never went to the site and still the 'old' version of the page is loaded, so i know the page is not cached, what gives? *if i insert say a button or a field in design view it shows those changes, but does not execute the changes in the code! and its not a label problem cause I tried adding Items to drop down llists in the code and that change is not reflected! thank you guys |
|
#2
|
|||
|
|||
|
Visual studio is a bitch like that. It took me 2 days before i figured out that there is in fact no way to save your changes to such things while retaining the original file. Because of this solution business it will always look up the same file e.g. form1.h. This is because stuff like include files can be used by lots of solutions but it always looks at the one file. I can only assume that its got the old html code somewhere and is looking at that. The only way ive found so far to stop this is ediditing the code elsewhere and pasting it back into the same file in vs.
|
|
#3
|
|||
|
|||
|
I do not think thats the case
The code on the server indicates the change, i can see the code and what it is supposed to do, but its not executing it, the file is importing other code files but they are not in the loop,
my new code is not being executed, but is being saved on the server, im wondering if there is config file or something somewhere that is not compiling it, |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > Code Not Executing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|