We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[x] bug report => search github for a similar issue before submitting
[x] Oqtane parts
Installing 2sxc v18.02.00 in Oqtane v6.0.0 breaks the Oqtane installation, resulting in an HTTP Error 500.30 - ASP.NET Core app failed to start.
HTTP Error 500.30 - ASP.NET Core app failed to start.
ToSic.Sxc.Oqtane.Install.18.2.0.nupkg
The site fails to load with an "HTTP Error 500.30 - ASP.NET Core app failed to start."
An error is logged in ASP.NET Core, indicating a missing System.Runtime.Caching.dll assembly.
System.Runtime.Caching.dll
Application startup exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Caching, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. File name: 'System.Runtime.Caching, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at ToSic.Eav.Caching.MemoryCacheService.Notify(ICanBeCacheDependency obj) at ToSic.Eav.Apps.State.AppState.CacheResetTimestamp(String message, Int32 offset) at ToSic.Eav.Apps.State.AppState..ctor(ParentAppState parentApp, IAppIdentity id, String nameId, ILog parentLog) at ToSic.Eav.Apps.State.AppState.AppStateBuilder.InitForPreset() at ToSic.Eav.Persistence.File.AppLoader.LoadFullAppState() at ToSic.Eav.Internal.Loaders.EavSystemLoader.StartUp() at ToSic.Eav.Internal.Loaders.SystemLoader.<StartUp>b__5_0(ILogCall l) at ToSic.Lib.Logging.ILog_Actions.DoLogCall(ILog log, String parameters, Action`1 action, Boolean timer, Boolean enabled, String message, String cPath, String cName, Int32 cLine) at ToSic.Lib.Logging.ILog_Actions.Do(ILog log, Action`1 action, Boolean timer, Boolean enabled, String message, String cPath, String cName, Int32 cLine) at ToSic.Eav.Internal.Loaders.SystemLoader.StartUp() at ToSic.Sxc.Oqt.Server.StartUp.OqtStartup.Configure(IApplicationBuilder app, IWebHostEnvironment env) in C:\Projects\2sxc\2sxc\Src\Oqtane\ToSic.Sxc.Oqt.Server\StartUp\OqtStartup.cs:line 116 at Oqtane.Extensions.ApplicationBuilderExtensions.ConfigureOqtaneAssemblies(IApplicationBuilder app, IWebHostEnvironment env) in A:\_Test\2sxc-oqtane\oqtane.framework-6.0.0-dev2\Oqtane.Server\Extensions\ApplicationBuilderExtensions.cs:line 21 at Oqtane.Startup.Configure(IApplicationBuilder app, IWebHostEnvironment env, ISyncManager sync, ICorsService corsService, ICorsPolicyProvider corsPolicyProvider, ILogger`1 logger) in A:\_Test\2sxc-oqtane\oqtane.framework-6.0.0-dev2\Oqtane.Server\Startup.cs:line 197 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithManyArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder) at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure(IApplicationBuilder app) at Microsoft.AspNetCore.Hosting.WebHost.BuildApplication()
The text was updated successfully, but these errors were encountered:
Installing 2sxc v18.02.00 in Oqtane v6.0.0 Causes HTTP 500.30 Error D…
65157c5
…ue to Missing Assembly fix #3501
tvatavuk
No branches or pull requests
I'm submitting a
[x] bug report => search github for a similar issue before submitting
...about
[x] Oqtane parts
Current Behavior / Expected Behavior
Installing 2sxc v18.02.00 in Oqtane v6.0.0 breaks the Oqtane installation, resulting in an
HTTP Error 500.30 - ASP.NET Core app failed to start.
Instructions to Reproduce the Problem
ToSic.Sxc.Oqtane.Install.18.2.0.nupkg
.The site fails to load with an "HTTP Error 500.30 - ASP.NET Core app failed to start."
Your environment
More info
An error is logged in ASP.NET Core, indicating a missing
System.Runtime.Caching.dll
assembly.The text was updated successfully, but these errors were encountered: