"Does not exist, Does not contain definition for..

Gwnwjyoppui

New Member
I am new to ASP.NET, so if this is a silly question, I apologize. I am building a new site (using Visual Studio 2008) and want to use a master page that was built in another project. After searching around, I concluded it would be best to add that master page to my current project. Now when I try to run a simple aspx page, I get a lot of "The name [object] does not exist in this context" and "MyMasterPage does not contain a definition for [object] and no extension method [object] accepting a first argument of type MyMasterPage could be found (are you missing a using directive or assembly reference?)". <BR>I made sure all the same using statements were in my aspx file and added everything to my project that was under App_Themes.<BR>What am I missing?
 
Back
Top