I am getting the following error message while running .net 3.5 applciation
Your step-into request resulted in an automatic step-over of a property
As answered by other people this is an informational message from Visual Studio telling you that it could have stepped into a line of code but rather stepped over it due to current dev environment settings.
There are three ways to change this behaviour in VS2012: