7
I am trying to add a reference to my project, but when I add and run the project it presents this error:
Unable to load file or Assembly 'Waitwindow', Version=1.0.6164.26027, Culture=neutral, Publickeytoken=null' or a of its dependencies. An attempt was made to load a program with an incorrect format.
I found other posts with similar errors but none fixed my problem
How did you add the reference? Download the DLL and link manually? Or download it from nuget?
– Jéf Bueno
I added manually because I had no nuget, but I already found the error, it was a 64bit version and q my machine is 32bit, thanks for your attention
– Jeremias Santos