I\'m using CPython and I have a C# dll. I\'m trying to use Python for .NET to make them talk. I can\'t use IronPython because I need to integrate this into an existing CPy
Try this (without extension .dll):
.dll
clr.AddReference(r"C:\pyfornet_test\DotNet4Class")