I'm using DNN 4.0.3 and when I enter text in the Text/HTML control which contains the word "object" and then click update, the it errors out and the update isn't applied. Could it be that this is because "object" is a recognized .net keyword? Does this possibly point to issues with SQL Injection type attacks if such keywords are causing such an error?
I was REALLY confused about why it kept erroring out on update of such text, but eventually figured out it was the word "object" by typing all my text one word at a time and updating after each word to see what the issues was. If failed on "object" so I then removed everything but just "object" to verify and it failed again. Any other word and it works just fine.
Is this just me and am I just going crazy? 