Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
Thanks,
Arif Banduwale
Hi There,
Any suggestions please...
Arif B
Hi ,
Any updates on this issue ?
Arif B.
Are you using IOC - Castle? Looks like it not running
Hi @yakov,
Thanks for the reply.
Yes we have WindsorControllerFactory - IOC in our application. What could have went wrong there?
Are you sure that your factory was registered and you set right dependency resolver?
Him @Yakov,
Attached are the screens of code part, could you please have a look.
the registration of the service in the config file?
Windsor IOC is your choice or historical issue?
Hi @Yakov,
Find the service registrations below done in ControllersInstaller.cs
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
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
Any updates on this...!
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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?
Thanks,
Arif Banduwale
Hi There,
Any suggestions please...
Thanks,
Arif B
Hi ,
Any updates on this issue ?
Thanks,
Arif B.
Are you using IOC - Castle? Looks like it not running
Hi @yakov,
Thanks for the reply.
Yes we have WindsorControllerFactory - IOC in our application. What could have went wrong there?
Thanks,
Arif B
Are you sure that your factory was registered and you set right dependency resolver?
Him @Yakov,
Attached are the screens of code part, could you please have a look.
Thanks,
Arif B
the registration of the service in the config file?
Windsor IOC is your choice or historical issue?
Hi @Yakov,
Find the service registrations below done in ControllersInstaller.cs
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
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
Thanks,
Arif B
Hi Team,
Any updates on this...!
Thanks,
Arif B
Looks like Umbraco controller and apicontroller not registered
please check syntax :) this assembly contains Umbraco Classes typeof(UmbracoApplication).Assembly
is working on a reply...