Hi Betty,
As for the "The defintion of the object is hidden" message, generally it
means you're trying to view some types' definition whose source code is not
available in your current project context. However, I've also found some
former issues which occurs when you try visiting definition of some ASP.NET
page class(partial class) in web project. Here is a public bug report on it.
#Improper error message: "The definition of the object is hidden"
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Feedbac
kID=115127
The above record is reported under visual studio 2005, are you also using
it? Based on my local test, Visual Studio 2008 web project doesn't have
such problem. Anyway, this message is a IDE specific behavior which won't
affect your web application's runtime behavior or any source code
inspection. As long as you have the source code of certain types/clases in
your current context, you'll be able to inspect them.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
--------------------