Search

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

Matching Posts

  • Re: The file '/ApplicationName/Default.aspx' has not been pre-compiled, and cannot be requested

    I've seen this happen with Signed Assemblies because they are not added to the bin, only the GAC on your machine the does the compiling so the target machine does not receive the signed dlls. Copy signed dlls to the GAC on the target. If anyone finds a way around this I would prefer to keep signed assemblies for security but deploy to the bin for easier management and support of XCopy.
    Posted to Configuration and Deployment (Forum) by benhobgood on 11/4/2008
  • Re: dataset.WriteXML

    This post is very old but for what it is worth I would have liked to find this solution out there when I was searching so here it is: I had a similar problem where I created a disk cache solution using datasets, I wrote the files using DataSet.WriteXML(filePath) and read them back in via DataSet.ReadXML(filePath). Exceptions were thrown if I tried to access a column from the dataset that was null. To get around this problem simply include the Schema when you read and write so that when you access
    Posted to XML and XmlDataSource Control (Forum) by benhobgood on 10/13/2008
Page 1 of 1 (2 items)