Where does the clr in IronPython look the dll

navneet khanna honey33145 at gmail.com
Wed Dec 3 08:20:56 EST 2008


Hello Everybody

I am trying to import dll with clr.AddReference("TCdll")
I am getting the following error.

Traceback (most recent call last):
  File "<pyshell#26>", line 1, in <module>
    clr.AddReference("TCdll")
FileNotFoundException: Unable to find assembly 'TCdll'.
   at Python.Runtime.CLRModule.AddReference(String name)

I have loaded the dll in system32 folder. Have I loaded the dll at the right
place or do I need to place it anywhere else?
Waiting for your replies.

Regards
Navneet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081203/c3fae11e/attachment-0001.html>


More information about the Python-list mailing list