ecimen81

Results 4 comments of ecimen81

> private readonly RegistrationServices _registrationServices = new(); > // Registration > if (!_registrationServices.RegisterAssembly(GetType().Assembly, AssemblyRegistrationFlags.SetCodeBase)) > { > throw new InstallException("Failed to register the extensions."); > } > > // Unregister...

> Hey @ecimen81 what's not working for you? I was helping another person recently and on my system it is working. I've only tested a `SharpContextMenu` though. > > ```...

> There are multiple known issues / traps that can lead to that and I can try to help you with most of them. Do you know much about this...

Thanks alot for helping .Yes you are right !! your solution is working. i am looking forward to hearing from you that you find a better solution for this problem.....