0

My C# application seems to freeze when i try launching the OpenFileDialog() for Import functionality. This has started happening since I've signed the exe with SignTool. With reference to, https://learn.microsoft.com/en-us/windows-hardware/drivers/install/cross-certificates-for-kernel-mode-code-signing , I have tried adding cross-certificate for the application but still the OpenFileDialog() dialog does not show up, which looks like the application is frozen. Also, the application works fine if i check "Prefer 32-bit" checkbox, but I cannot do that for my 64 bit application.

How can I overcome this problem?

  • That's a link for signing kernel mode binaries, I don't think thats what your C# application is ... – Alex K. Aug 11 '17 at 11:02
  • Yes, i tried cross certification mode, since the functionality started blocking due to company signing. So, i thought of adding microsoft signature to the exe. I might be completely wrong here, though. – Vijay Sangle Aug 11 '17 at 11:31

0 Answers0