I am trying to use PgpSharp for a C# project on .net framework 5.0. Visual Studio does provide me a warning that 'PgpSharp 0.1.5' may not be fully compatible with my project. Also I am getting the exception when try to load the keys. Exception is "Cannot start a process because a file name has not been provided". Has anyone else encountered this issue and were able to solve it?
PS : The PgpSharp solution provided under samples would run fine on my system.
I am trying to use PgpSharp for a C# project on .net framework 5.0. Visual Studio does provide me a warning that 'PgpSharp 0.1.5' may not be fully compatible with my project. Also I am getting the exception when try to load the keys. Exception is "Cannot start a process because a file name has not been provided". Has anyone else encountered this issue and were able to solve it?
PS : The PgpSharp solution provided under samples would run fine on my system.
Thanks