You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
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
My project:
The text was updated successfully, but these errors were encountered: