ScintillaNET
ScintillaNET copied to clipboard
Failed to create component 'Scintilla'
Whenever I try to put the component "Scintilla (ScintillaNET)" into my form, it errors: PS: I had to rewrite this thing from the popup that showed
Failed to create component 'Scintilla'. The error message follows:
'Microsoft.DotNet.DesignTools.Client.DesignToolsServerException: Method not found: 'Void System.Threading.Mutex.SetAccessControl(System.Security.AccessControl.SystemSecurity)'.
at
Microsoft.DotNet.DesignTools.Client.DesignToolsClient.<SendRequestAsync>d__49`1.MoveNext()
...
My project:
- .NET 6.0
- on Windows 10 21H2 x64 build 19044.2006
- x86_64
I have the same issue on .NET 7
I also have the same issue on .NET 7 in my application. When I start new blank Windows Form app all works fine. In my case adding Devexpress libraries to projects leads to this error
I have the same issue on NET 5, NET 6, NET 7, So I down NET 4.8 for use scintilla.
Don't worry, you can use another wrapper that does not have this problem https://github.com/VPKSoft/ScintillaNET/issues/28