-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello, I'm trying to run the example x509certificates.prg using kodnet version 6 and I'm getting an error:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.Exception: El tipo especificado no se encontró. Revise si debe cargar un ensamblado.
at FoxShell.Kodnet.GetTypeFromString(String typeName)
at FoxShell.Kodnet.GetStaticWrapper(String type)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at FoxShell.MethodDescriptor.Invoke(Object target, Object[] args, Type[] arguments)
at FoxShell.MethodDescriptor.__Invoker(Object target, Object[] args)
at FoxShell.DynamicValue.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] oargs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters)
The error occurs on line:
#X509StoreClass= m.kodnet.COM.getStaticWrapper("System.Security.Cryptography.X509Certificates.X509Store")
What are the possible solutions?