For debugging purposes, I have created a new C# console project and I have referenced an existing service in the console project so that i call a async Task method from the service and debug it. But when i run the Console Project, I am running into issues and exception is
An unhandled exception of type 'System.BadImageFormatException' occurred in Unknown Module. Additional information: Could not load file or assembly 'RingCentralArchiver, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.
exception screenshot