.NET tool which uses AvalonEdit package getting crashed on Docker Windows Server Core Image #388
Unanswered
samuelkavuri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, When I try to execute the .NET tool which uses AvalonEdit package (WPF based text editor) getting crashed on Docker Windows Server Core Image (windows version: 10.0.17763.2183-amd64). When I check the tool log file it is failing at the following statement.
CodeTextEditor = new ICSharpCode.AvalonEdit.TextEditor();
I have installed .NET SDK & runtime packages on Docker. But nothing has worked out for me. Not sure, is there any system dependency library required to run this AvalonEdit package. Your help would be greatly appreciated.
Note: Same .NET tool works fine on Docker Windows Workstation base image.
Beta Was this translation helpful? Give feedback.
All reactions