Grammar, replaced Unhandled Exception with Errors, changed Stylet.dll to DCE.Cli.dll

Yudi
2020-07-18 18:54:31 -03:00
parent 4994761ed7
commit f71edf2079

@@ -15,6 +15,7 @@ Don't forget to include your platform (Windows, Mac, Linux, etc.) and a detailed
* [DCE is crashing/failing](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#DCE-is-crashingfailing)
* [.NET Core Runtime is required](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#net-core-runtime-is-required)
* [**CLI help**](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#cli)
* [Errors](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#errors)
# General
@@ -131,7 +132,7 @@ Adding `/usr/local/share/dotnet` to your `PATH` might solve it.<br/>
**3.** Hit Control+O, then Control+X<br/>
**4.** Open a new terminal window and try running the `dotnet` command again<br/>
### Unhandled Exception
### Errors
```
<input>(x,y) : error : Unexpected exception when calling ResolveUrl
@@ -159,9 +160,9 @@ The command should be like the follwing:
<br/>
```
System.TypeLoadException: Could not load type of field 'DiscordChatExporter.Cli.Program+<>c__DisplayClass1_0:container' (0) due to: Could not load file or assembly 'Stylet ...
The application to execute does not exist:
```
↳ The `Stylet.dll` file is missing. Keep the `.exe` and the `.dll` files together. If you didn't move the files, try unzipping again.
↳ The `DiscordChatExporter.Cli.dll` file is missing. Keep the `.exe` and the `.dll` files together. If you didn't move the files, try unzipping again.
<br/>