visual studio 2010 - ASP.NET codebehind changes do not show up -


i trying make changes c# codebehind asp.net file. after compiling , publishing in visual studio, none of changes in aspx.cs appear, while changes aspx file do. have deleted contents of temporary asp.net files folder no effect.

is there missing prevents changes showing up?

what ended fixing issue deleting dll assembled visual studio project bin folder. had assumed visual studio removed when running clean solution, appears not. verified name of assembled dll going project properties > application , checking assembly name.

after deleting assembled dll, ran clean solution, build solution, , publish project, , worked!


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -