Search

You searched for the word(s): userid:88

Matching Posts

  • Re: Publish Web Site Error - file 'src' is not a valid here because it doesn't expose a type

    Mark -- My sympathies! This is perhaps the least helpful error I've ever encountered in .NET -- I'm sorry you are seeing it too. It's my belief that this error indicates a failure of runtime compilation (without actually showing the compilation error ). In my case it was hiding a problem with the AssemblyCulture attribute; I think it's hiding a different problem in your case. I don't use file-based webs myself, so I don't have a complete picture of all the pieces that get compiled or partially compiled
    Posted to Getting Started (Forum) by SWarren on 2/15/2007
  • Re: Showstopper parser/compilation issue

    I'm going to answer my own question, courtesy of my co-worker Adrian Anttila . This KB article answers the question (now if only Google would index it!): http://support.microsoft.com/kb/924731 . I don't have any satellite assemblies in my application, but I did have an assembly-level attribute setting the culture to "en-US". Clearing the attribute cleared the problem. [assembly: AssemblyCulture("")]
    Posted to Configuration and Deployment (Forum) by SWarren on 12/11/2006
  • Re: Showstopper parser/compilation issue

    I guess I should have added that we're using Web Application Projects and VS2005 -- that's why I have a \bin DLL to replace. (We've used both of these before on our other ASP.NET 2.0 projects; the only additional tool for this project is Team System source control.)
    Posted to Configuration and Deployment (Forum) by SWarren on 12/11/2006
  • Showstopper parser/compilation issue

    I'm seeing an unusual parser/compilation issue with an ASP.NET 2.0 application I need help with. I've deployed a few commercial ASP.NET 2.0 apps already (including one really big one: ~1M visitors/day) but it's the first time I've seen this issue. From my Google searches it appears this question has been asked before only once --here on these forums-- but not answered. This bug is a showstopper for our current project; we can't deploy because of it. Once the application gets into the error state
    Posted to Configuration and Deployment (Forum) by SWarren on 12/11/2006
    Filed under: Parser, Compilation, ASP.NET 2.0
  • Re: what am I missing here?

    Hi Travis, I can help you do a little parsing here, and hopefully explain what's going on. "DataItem" is actually a property of the portion of a templated list control (DataList, Repeater, DataGrid) that displays the repeated content. When your page runs that portion of the control has a special name -- you guessed it -- "Container." So "Container.DataItem" means "the row of data that this particular copy of the repeated content is bound to." "contact_busname"
    Posted to Getting Started (Forum) by swarren on 6/26/2002
Page 1 of 1 (5 items)