Failed to load GrapeCity.ActiveReports Version 13.2.18238.0

Posted by: sonnguyentruong87 on 3 December 2019, 12:11 am EST

    • Post Options:
    • Link

    Posted 3 December 2019, 12:11 am EST

    I Would like to add the Active Reports Middlewares into my web form application using Owin.

    Every request has error :

    Could not load file or assembly 'GrapeCity.ActiveReports, Version=13.2.18238.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    
  • Posted 3 December 2019, 12:13 am EST

    I found my csproj file containing the following :

     <Reference Include="GrapeCity.ActiveReports, Version=13.2.18250.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL" />
    

    Is there something missing or mistake I made ?

  • Posted 3 December 2019, 4:33 am EST

    Hello,

    This is strange, “13.2.18238.0” version does not exist. Could you please share the steps to show how are you adding the Active Reports Middlewares into your webform.

    If possible could you please share the sample with us.

    Thanks,

    Mohit

  • Posted 9 December 2019, 7:01 am EST

    Thanks mohitg, I no loger see the message after adding in the middlewares into Owin Starup.

    public void Configuration(IAppBuilder app)
            {
                app.UseErrorPage();
                app.UseDesigner(config => config.UseFileStore(ResourcesRootDirectory));
                app.UseReporting(config => config.UseFileStore(ResourcesRootDirectory));
            }
    
Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels