Vadims Podans

Results 214 comments of Vadims Podans

Facing the same issue today. No executable/dll shall be installed in the user's profile. They should reside in the Program Files. Because too many items should be whitelisted (because DLL...

@pekiZG no. AppData is BAD solution. Like I mentioned earlier the only right solution (from security and management perspective) is: 1) all binaries shall be installed in the Program Files...

Unfortunately, it is not possible at the moment and is known limitation. SAN extension is a `GeneralName` which is a choice of implicitly tagged alternative names: ``` GeneralName ::= CHOICE...

> If bits 1-5 are all 1 in the first octet, there are 1 or more octets possible encoding the tag number. I don't think it is true for DER...

what happens if you debug in VS? Do you get any exceptions? And there must be a log file in `%AppData%\Sysadmins LV\Asn1Editor\Logs` with unhandled exception details.

Please provide logs from %AppData% folder when app crashes.

can you clarify this? Specifically: 1. what version you are using 2. under which conditions the application crashes? 3. under which conditions the application doesn't crash?

It seems that you are missing some of resources, specifically images. Does it work when you compile it using Release configuration?

You should set a breakpoint on a failing code and debug it line by line. I suspect the problem is related to a number of available windows: https://github.com/PKISolutions/Asn1Editor.WPF/blob/3f7629ab68bced1b63b82e6a71b4ee5f67665890/Asn1Editor/API/Utils/WPF/WindowFactoryBase.cs#L14