Base solution for your next web application
Open Closed

Issue with Upgrading to Abp 1.10 #1428


User avatar
0
maharatha created

An error occurred while retrieving package metadata for 'Abp.0.10.1.2' from source 'nuget.org'. ========== Finished ========== The HTTP request to 'GET <a class="postlink" href="https://api.nuget.org/v3/registration1-gz/abp/index.json'">https://api.nuget.org/v3/registration1- ... ndex.json'</a> has timed out after 100000ms.

I am unable to upgrade.


4 Answer(s)
  • User Avatar
    0
    maharatha created

    I now downloaded the latest template from AspnetZero and started backward integration into my project . On doing so I came across the below issue :

    Component Abp.Web.Configuration.AbpWebModuleConfiguration could not be registered. There is already a component with that name. Did you want to modify the existing component instead? If not, make sure you specify a unique name. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: Castle.MicroKernel.ComponentRegistrationException: Component Abp.Web.Configuration.AbpWebModuleConfiguration could not be registered. There is already a component with that name. Did you want to modify the existing component instead? If not, make sure you specify a unique name.

    Source Error:

    Line 25: ); Line 26:
    Line 27: base.Application_Start(sender, e); Line 28: } Line 29: }

    Please help

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Can you check your module dependencies ? It seems like app is trying to load AbpWebCommonModule twice.

    Can you also share your logs ?

  • User Avatar
    0
    brallierc created

    I am having the same problem, what was the fix / outcome of this?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Can you share your Log file ?