VS2008 Complains about css class names it should know about
        Posted  
        
            by Matt Dawdy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matt Dawdy
        
        
        
        Published on 2010-03-28T02:14:47Z
        Indexed on 
            2010/03/28
            2:23 UTC
        
        
        Read the original article
        Hit count: 385
        
ASP.NET
|master-pages
I've seen this in a webcast somewhere, but I can't remember where, and all searching terms I'm trying are coming up unhelpful.
I've got a stylesheet for my site, and it's referenced in a master page. Child pages that use this master page use these styles, but .Net doesn't know about them. When the site is run, it all works great, but I'm trying to figure out how to get .Net to know about them at design time.
This should also fix the issue with not knowing about the javascript files I'm including, too -- I think it's all related and I can't for the life of me figure out how.
© Stack Overflow or respective owner