angelsix / fasetto-word

The new chat application for Fasetto, completely open-source :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't Run

aqibbanday opened this issue Β· comments

commented

System.AggregateException: 'An error occurred while writing to logger(s). (The process cannot access the file 'D:\Documents\source\repos\fasetto-word\Source\Fasetto.Word.Web.Server\log.txt' because it is being used by another process.)'

I also get the same error. Tried to follow through with a breakpoint on Startup.cs Line 182. Can't see the problem. I can write to the file no problem from VS.
Running VS 2019 Preview 2

commented

I managed to make it work like this:
In Fasetto.Word solution open App.xaml.cs > line 56 > Comment out .AddFileLogger()
in private async Task ApplicationSetupAsync()
Don't know if it will crash the app at some point but at least it starts 😏

commented

I managed to make it work like this:
In Fasetto.Word solution open App.xaml.cs > line 56 > Comment out .AddFileLogger()
in private async Task ApplicationSetupAsync()
Don't know if it will crash the app at some point but at least it starts 😏

At least it starts. Thanks

I managed to make it work like this:
In Fasetto.Word solution open App.xaml.cs > line 56 > Comment out .AddFileLogger()
in private async Task ApplicationSetupAsync()
Don't know if it will crash the app at some point but at least it starts 😏

yes, at least it starts 😏