- Notifications
You must be signed in to change notification settings - Fork749
Closed
Description
Environment
- Pythonnet version: 2.4.0
- Python version: 3.7
- Operating System: Windows10
Details
clr.FindAssembly("VcClient")
it output:
'D:\\home\\lzw\\VcClient.dll'
but when I AddReference in this path it report exception:
clr.AddReference("D:\\home\\lzw\\VcClient.dll")---------------------------------------------------------------------------FileNotFoundException Traceback (most recent call last)<ipython-input-43-045a91f26209> in <module>----> 1 clr.AddReference("D:\\home\\lzw\\VcClient.dll")FileNotFoundException: Unable to find assembly 'D:\home\lzw\VcClient.dll'. at Python.Runtime.CLRModule.AddReference(String name)
Metadata
Metadata
Assignees
Labels
No labels