locked
Question about publishing RRS feed

  • Question

  • User151290289 posted

    I've just published my site for the first time, and its all working fine. How do I now make minor code changes? I just tried it and copied all files in the App-Code directory across to the server, but then I got the following error message:-

    Parser Error Message: The type 'raffephotography.Global' is ambiguous: it could come from assembly 'd:\inetpub\raffephotography.hostinguk.com\web\content\bin\App_Code.DLL' or from assembly 'App_Code.guj88tat.DLL'. Please specify the assembly explicitly in the type name

    If I delete all the files from the App-Code directory, everything starts working again but of course i'm left with the previous version of the code.

    On the server the App-Code directory is empty, so where is the code?

    I'm new to .NET 2.0 so please excuse my ignorance, .NET 1.0 was much simpler in this matter.

    Thanks for any help,
    Bernie

     

    Thursday, January 18, 2007 6:00 AM

All replies

  • User1347944086 posted

    Your site is precompiled and your code is in dll, not in App_Code.

    Republish your site again.

    Tuesday, February 6, 2007 9:51 AM