Hello
I use these DLLs in a Rest WebAPI Core application
SourceCode.Workflow.Client
SourceCode.HostClientAPI
SourceCode.Security.UserRoleManager.Management
SourceCode.Workflow.Management
when i build it builds successfully in my VS2022
but when i run i go the exception
ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'SourceCode.Workflow.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d'. An attempt was made to load a program with an incorrect format.
this code is saved in a Git repo and it's working for all my colleges but only on my machine i get this error i tried remove and add the same DLLs with my colleges
I check the option Use the 64 bit version from VS
but i still get the error
Can you help me I've been struggling with this for a long time now
Thanks