Copied to clipboard

Flag this post as spam?

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


  • Arif 23 posts 92 karma points
    Nov 05, 2018 @ 10:06
    Arif
    0

    Unable to launch application after upgrade from Umbraco 7.2.8 to 7.5.8

    Hi Team,

    We are unable to launch the application after the upgrade from umbraco version 7.2.8 to 7.5.8.

    Find the below screenshot for reference. Its asking to register some dependencies.

    Could someone please guide us on how to do this?

    enter image description here

    Thanks,

    Arif Banduwale

  • Arif 23 posts 92 karma points
    Nov 06, 2018 @ 08:29
    Arif
    0

    Hi There,

    Any suggestions please...

    Thanks,

    Arif B

  • Arif 23 posts 92 karma points
    Nov 12, 2018 @ 12:17
    Arif
    0

    Hi ,

    Any updates on this issue ?

    Thanks,

    Arif B.

  • Yakov Lebski 553 posts 2117 karma points
    Nov 12, 2018 @ 20:16
    Yakov Lebski
    0

    Are you using IOC - Castle? Looks like it not running

  • Arif 23 posts 92 karma points
    Nov 13, 2018 @ 09:03
    Arif
    0

    Hi @yakov,

    Thanks for the reply.

    Yes we have WindsorControllerFactory - IOC in our application. What could have went wrong there?

    Thanks,

    Arif B

  • Yakov Lebski 553 posts 2117 karma points
    Nov 13, 2018 @ 09:55
    Yakov Lebski
    0

    Are you sure that your factory was registered and you set right dependency resolver?

  • Arif 23 posts 92 karma points
    Nov 13, 2018 @ 11:10
    Arif
    0

    Him @Yakov,

    enter image description here

    enter image description here

    Attached are the screens of code part, could you please have a look.

    Thanks,

    Arif B

  • Yakov Lebski 553 posts 2117 karma points
    Nov 13, 2018 @ 11:38
    Yakov Lebski
    0

    the registration of the service in the config file?

    Windsor IOC is your choice or historical issue?

  • Arif 23 posts 92 karma points
    Nov 13, 2018 @ 15:21
    Arif
    0

    Hi @Yakov,

    Find the service registrations below done in ControllersInstaller.cs

    enter image description here

    enter image description here

    Windsor IOC was already there in application. However the controller installer file was introduced as a part of new feature (Voucherify) development in the application.

    Thanks

    Arif B

  • Arif 23 posts 92 karma points
    Nov 26, 2018 @ 09:29
    Arif
    0

    Hi Team,

    We tried upgrading Umbraco on our working code as well. We can see the database being updated and a successful message on Umbraco front end as well.

    Umbraco admin page works fine and we are able to login. But still the homepage of main site is not getting loaded.

    Any guess why is that so?

    Screen shot attached below for reference enter image description here

    Thanks,

    Arif B

  • Arif 23 posts 92 karma points
    Dec 03, 2018 @ 13:56
    Arif
    0

    Hi Team,

    Any updates on this...!

    Thanks,

    Arif B

  • Yakov Lebski 553 posts 2117 karma points
    Dec 03, 2018 @ 15:33
    Yakov Lebski
    0

    Looks like Umbraco controller and apicontroller not registered

     Container = new WindsorContainer()
            .Install(Configuration.FromAppConfig())
            .Register(typeof(UmbracoApplication).Assembly.BasedOn<IController>().LifestyleTransient());
    

    please check syntax :) this assembly contains Umbraco Classes typeof(UmbracoApplication).Assembly

Please Sign in or register to post replies

Write your reply to:

Draft