Hello
I've noticed that when developing an user control in vs2008, that I have to build the user control each time I want to see the changes that I've made. Changes that usually doesnt requiere that I build the project aren't visible until I compile and build the project. This mean that it take a lot more time to develop since the site takes time to start up.
I've noticed that if the same kind of changes are made in a .aspx page, that I dont need to build the project to see the differences.
Why does this occur and is there any kind of workaround this besides putting all the code in the pages insted of the user control?
Best regards, Daniel