System.Web.HttpException xxx has not been pre-compiled, and cannot be requested.

Last post 08-10-2007 2:58 PM by hongping. 5 replies.

Sort Posts:

  • System.Web.HttpException xxx has not been pre-compiled, and cannot be requested.

    08-07-2007, 2:50 PM
    • Member
      point Member
    • ori.h
    • Member since 08-07-2007, 6:37 PM
    • Posts 2

    Hello

     we are deploying  a web application (Vs 2005) to a production server using wdp. our compileing option is set on "create a separate assembly for each page and control output" using fixdnames , updatable = falsewe had to install a patch for one of our webpages + usercontrols + 1 local resource file , so we rebuit the site and took our xxx.page.dll + xxx.page.compiled we did the same thing with the usercontrol, took our xxx.resources.dll + xxx. and xxx.resources.compiled and placed them in our production server. the problem is we keep on getting the following error: System.Web.HttpException xxx has not been pre-compiled, and cannot be requested. is there a solution to this problem10x in advance    
  • Re: System.Web.HttpException xxx has not been pre-compiled, and cannot be requested.

    08-07-2007, 5:13 PM
    • Contributor
      3,389 point Contributor
    • hongping
    • Member since 11-02-2006, 5:42 PM
    • Posts 633
    • AspNetTeam

    Just to check, the .dll files have to be copied to the BIN folder of the deployed web site on the production server. Is that already the case?

    ==============================================
    If you get the answer to your question, please mark it as the answer.
  • Re: System.Web.HttpException xxx has not been pre-compiled, and cannot be requested.

    08-08-2007, 12:55 AM
    • Member
      point Member
    • ori.h
    • Member since 08-07-2007, 6:37 PM
    • Posts 2

    of course.

    just to make it clear.

    if we replace all dll's in the bin folder with  all the new depolyed version everything works fine.

    we only  get the error during the patch

  • Re: System.Web.HttpException xxx has not been pre-compiled, and cannot be requested.

    08-10-2007, 1:04 PM
    Answer
    • Contributor
      3,389 point Contributor
    • hongping
    • Member since 11-02-2006, 5:42 PM
    • Posts 633
    • AspNetTeam

    A similar issue was reported, so you might take a look: http://forums.asp.net/p/1006957/1337362.aspx#1337362

     

    ==============================================
    If you get the answer to your question, please mark it as the answer.
  • Re: System.Web.HttpException xxx has not been pre-compiled, and cannot be requested.

    08-10-2007, 2:10 PM
    • Member
      46 point Member
    • AgentBond
    • Member since 08-11-2006, 10:10 PM
    • Posts 12

    I vaguely remember seeing an error like this when I tried removing one of the .compiled files to see what would happen.  Maybe it is related to that file?

  • Re: System.Web.HttpException xxx has not been pre-compiled, and cannot be requested.

    08-10-2007, 2:58 PM
    • Contributor
      3,389 point Contributor
    • hongping
    • Member since 11-02-2006, 5:42 PM
    • Posts 633
    • AspNetTeam

    You could try the suggestions in that post to see if you can narrow down which files are causing the problem.

    ==============================================
    If you get the answer to your question, please mark it as the answer.
Page 1 of 1 (6 items)