Weird error when merging two published projects

Last post 07-02-2008 2:37 AM by Benson Yu - MSFT. 2 replies.

Sort Posts:

  • Weird error when merging two published projects

    06-27-2008, 6:17 AM
    • Member
      436 point Member
    • PhaedoHD
    • Member since 08-17-2005, 11:52 PM
    • Everett WA
    • Posts 156

     Hi,

    I get this error when trying to merge two published web apps into one: "System.Web.HttpException: This application was precompiled with personalization turned off, but it appears to have been turned on after the precompilation, which is not supported."

     I searched around on google and didn't find much of anything on this error.

    Basically i have an existing web app in asp.net 3.5 and i'm trying to merge it with yetanotherforum compiled to asp.net 3.5.  I can merge them fine when both apps are published as asp.net 2.0, but i need them to be asp.net 3.5 now.

     Any ideas what is going on here?

  • Re: Weird error when merging two published projects

    06-28-2008, 8:17 PM
    • Member
      436 point Member
    • PhaedoHD
    • Member since 08-17-2005, 11:52 PM
    • Everett WA
    • Posts 156

     nobody knows anything about this error???  anybody???

  • Re: Weird error when merging two published projects

    07-02-2008, 2:37 AM
    Answer

    PhaedoHD:
    System.Web.HttpException: This application was precompiled with personalization turned off, but it appears to have been turned on after the precompilation, which is not supported
     

    Hi PhaedoHD,

    Based on my research, this issue can be caused by the root web.config on the machine has Personalization turned on, but your precompiled web project didn’t specify it in web.config and the root web.config in your development environment had it turned off.

    To solve this issue, please disable the profile in your web.config. For example:

         <profile enabled="false"/>

    Sincerely,
    Benson Yu
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
Page 1 of 1 (3 items)