Hello again!
I've updated the WDP to the latest version has you told me and i still have the error but my guess is that the problem now lays on the .net itself. Before the update, all the special characters where removed after deploying my project with WDP. Not anymore.
Now, after deploying my user controls with the WDP i check the html in the ascx and the special characters are still there. It's only when i run the page that they get removed!
Html inside ascx after deployment:
<div class="fullCalendar_DetalhesLabelDescricaoEvento">Localiza??o do Evento</div>
Rendered Html after execution in browser:
<div class="fullCalendar_DetalhesLabelLocalizacao">Localizao do Evento</div>
Ok, you are going to say that i should use "Localização do Evento" but the fact is that even if i use "Localiza??o do Evento" in a tooltip using the Tooltip property field from the Visual Studio Designer, i get the same problem. The special characters are removed in runtime. I can't write tooltips with encoded html! It's insane!
Do you know any solution for this. Can you confirm that this is a .net 2.0 bug?
Thank you.