Hi,
I'm trying to istall DW10 with Swift but get an error. I have installed the .NET Core 6.0 runtime.
The Event Viewer displays this error:
Application: w3wp.exe CoreCLR Version: 6.0.1122.52304 .NET Version: 6.0.11 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArgumentNullException: Value cannot be null. (Parameter 'path1') at System.IO.Path.Combine(String path1, String path2) at Microsoft.AspNetCore.Builder.DynamicwebApplicationExtensions.AddFileProviders(IServiceCollection services, IWebHostEnvironment environment, IConfiguration configuration) in E:\dw10agent\_w\2\s\Dynamicweb.Host.Core\DynamicwebApplicationExtensions.cs:line 90 at Microsoft.AspNetCore.Builder.DynamicwebApplicationExtensions.AddDynamicweb(IServiceCollection services, IWebHostEnvironment environment, IConfiguration configuration) in E:\dw10agent\_w\2\s\Dynamicweb.Host.Core\DynamicwebApplicationExtensions.cs:line 35 at Dynamicweb.CoreUI.Host.Startup.ConfigureServices(IServiceCollection services) in E:\dw10agent\_w\2\s\Dynamicweb.CoreUI.Host\Startup.cs:line 22 at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services) at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services, Object instance) at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass13_0.<UseStartup>b__0(HostBuilderContext context, IServiceCollection services) at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider() at Microsoft.Extensions.Hosting.HostBuilder.Build() at Dynamicweb.CoreUI.Host.Program.Main(String[] args) in E:\dw10agent\_w\2\s\Dynamicweb.CoreUI.Host\Program.cs:line 14
Any ideas?
Regards / Aki