Skip to content
New issue

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

Can't Run #33

Open
aqibbanday opened this issue May 22, 2019 · 4 comments
Open

Can't Run #33

aqibbanday opened this issue May 22, 2019 · 4 comments

Comments

@aqibbanday
Copy link

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.)'

@Tony5727
Copy link

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

@mrNo0b
Copy link

mrNo0b commented Jul 1, 2019

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 😏

@aqibbanday
Copy link
Author

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

@hongjiapeng
Copy link

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 😏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants