Hey,
Just installed the app on my Windows 10 machine but found in the eventviewer the app crashed. Below is stacktrace. I did a dotnet --version and I have 9.0.101 installed. Also not sure why its referencing the D drive as it was installed under the C drive.
Application: camelot.exe
CoreCLR Version: 8.0.1124.51707
.NET Version: 8.0.11
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentNullException: Value cannot be null. (Parameter 'path')
at System.ArgumentNullException.Throw(String paramName)
at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
at System.IO.Directory.CreateDirectory(String path)
at Camelot.DependencyInjection.ConfigurationBootstrapper.GetDatabaseConnectionString(IConfiguration configuration, IReadonlyDependencyResolver resolver) in D:\a\Camelot\Camelot\src\Camelot\DependencyInjection\ConfigurationBootstrapper.cs:line 95
at Camelot.DependencyInjection.ConfigurationBootstrapper.RegisterDatabaseConfiguration(IMutableDependencyResolver services, IReadonlyDependencyResolver resolver, IConfiguration configuration, DataAccessConfiguration dataAccessConfig) in D:\a\Camelot\Camelot\src\Camelot\DependencyInjection\ConfigurationBootstrapper.cs:line 65
at Camelot.DependencyInjection.ConfigurationBootstrapper.RegisterConfiguration(IMutableDependencyResolver services, IReadonlyDependencyResolver resolver, DataAccessConfiguration dataAccessConfig) in D:\a\Camelot\Camelot\src\Camelot\DependencyInjection\ConfigurationBootstrapper.cs:line 27
at Camelot.DependencyInjection.Bootstrapper.Register(IMutableDependencyResolver services, IReadonlyDependencyResolver resolver, DataAccessConfiguration dataAccessConfig) in D:\a\Camelot\Camelot\src\Camelot\DependencyInjection\Bootstrapper.cs:line 12
at Camelot.Program.Main(String[] args) in D:\a\Camelot\Camelot\src\Camelot\Program.cs:line 48
Hey,
Just installed the app on my Windows 10 machine but found in the eventviewer the app crashed. Below is stacktrace. I did a dotnet --version and I have 9.0.101 installed. Also not sure why its referencing the D drive as it was installed under the C drive.
Application: camelot.exe
CoreCLR Version: 8.0.1124.51707
.NET Version: 8.0.11
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentNullException: Value cannot be null. (Parameter 'path')
at System.ArgumentNullException.Throw(String paramName)
at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
at System.IO.Directory.CreateDirectory(String path)
at Camelot.DependencyInjection.ConfigurationBootstrapper.GetDatabaseConnectionString(IConfiguration configuration, IReadonlyDependencyResolver resolver) in D:\a\Camelot\Camelot\src\Camelot\DependencyInjection\ConfigurationBootstrapper.cs:line 95
at Camelot.DependencyInjection.ConfigurationBootstrapper.RegisterDatabaseConfiguration(IMutableDependencyResolver services, IReadonlyDependencyResolver resolver, IConfiguration configuration, DataAccessConfiguration dataAccessConfig) in D:\a\Camelot\Camelot\src\Camelot\DependencyInjection\ConfigurationBootstrapper.cs:line 65
at Camelot.DependencyInjection.ConfigurationBootstrapper.RegisterConfiguration(IMutableDependencyResolver services, IReadonlyDependencyResolver resolver, DataAccessConfiguration dataAccessConfig) in D:\a\Camelot\Camelot\src\Camelot\DependencyInjection\ConfigurationBootstrapper.cs:line 27
at Camelot.DependencyInjection.Bootstrapper.Register(IMutableDependencyResolver services, IReadonlyDependencyResolver resolver, DataAccessConfiguration dataAccessConfig) in D:\a\Camelot\Camelot\src\Camelot\DependencyInjection\Bootstrapper.cs:line 12
at Camelot.Program.Main(String[] args) in D:\a\Camelot\Camelot\src\Camelot\Program.cs:line 48