drpcken
Posts: 60
|
| Posted: 07/15/2004, 3:10 PM |
|
Hey Peterr, you were helping me with my changes not reflecting on my ASPX pages , such as me adding a control, and it shows in design view, but not when the pages are built.
You suggested I delete the aspx pages and rebuild them. Well I did that and it didnt' work at first, but suddenly, the changes were shown! I'm not sure what all I did, but i'm having the problem with another page, and I was hoping you could tell me the exact steps to go thorugh in deleting and regenerating the aspx page to make sure I'm not missing anything
Sorry for any inconvienance.
Thanks!
|
 |
 |
peterr
Posts: 5971
|
| Posted: 07/15/2004, 3:23 PM |
|
Generally if any regenerated file doesn't contain changes for some reason then it's best to backup the project and delete the file in question. It should then be regenerated properly. This actually shouldn't apply to ASPX as much, but I thought that you could try.
I also don't understand why this happens so spradically to you and doesn't get fixed easily.
Possibly some experimenting would help. For example:
- delete the ASPX file, switch back to Code mode and see if it reappeared correctly. If not then also try closing the whole project and re-opening it (since something like this my trigger your fix)
- check your publishing settings and change the option that publishes "Project Files" to "All files with extensions", or vice versa
- press F9 to regenerate the whole application
Also, are you looking at your ASPX file in the Code mode and is this where you do not see your changes? Or you do not see the changes being published to the server?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
drpcken
Posts: 60
|
| Posted: 07/15/2004, 3:43 PM |
|
I'll try those with any other problems i have like this.
I'm publishing this locally right now for your info. And I have it set to Publish code and html pages.
|
 |
 |
drpcken
Posts: 60
|
| Posted: 07/15/2004, 8:46 PM |
|
Here are teh exact steps I've taken.
Backed up entire project.
Deleted the aspx file from the FILES tab of the Project explorer.
Deleted the aspx file in the path in Windows Explorer.
Click on the code to regenerate, but its the exact same code as before.
Closed CCS and opened again and rebuilt and generated (F9) the project again.
I've only been able to get this to work once, Not sure what I did different, but with one aspx file it FINALLY showed the changes, now I'm trying to do it to another file wil no avail.
Thanks again!
|
 |
 |
peterr
Posts: 5971
|
| Posted: 07/15/2004, 9:03 PM |
|
Please contact the support.
Thanks.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|