Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • jivan thapa 194 posts 681 karma points
    Dec 03, 2013 @ 16:34
    jivan thapa
    0

    compilation error: ASP.global_asax could not be resolved

    I got a problem on Umbraco site.

    It says "The base class or interface 'umbraco.Global' in assembly 'umbraco, Version=1.0.3811.17115, Culture=neutral, PublicKeyToken=null' referenced by type 'ASP.global_asax' could not be resolved".

    Global.asax is placed on root directory.

    Umbraco 6.0 is used. Any solutions?

     

    Thanks

    /J


  • Ismail Mayat 4511 posts 10092 karma points MVP 2x admin c-trib
    Dec 03, 2013 @ 17:13
    Ismail Mayat
    100

    Jivan,

    I cannot remember from which version but if you have global.asax file it will not work you need to get rid of it. If you have any existing code that inherits from global you will need to update it to use IApplicationStartupHanlder instead. Is this a site you recently upgraded? Or have you added some new functionality that makes use of application_start from global?

    Regards

    Ismail

Please Sign in or register to post replies

Write your reply to:

Draft