.net-assembly

'System.IO.FileNotFoundException: Unable to find assembly' in clr library on Python

'System.IO.FileNotFoundException: Unable to find assembly' in clr library on Python Question: I am getting an assembly error in my code using in a .dll file. This is a template code from another thread, and a lot of people claimed that it worked. import clr import os file = ‘CPUThermometerLib.dll’ print(‘Does this filepath exist?’,os.path.isfile(file)) clr.AddReference(file) There …

Total answers: 2