Unable to Use KiteConnect DLL

venkirocs
I am trying to use Powershell to access Kite Connect. I can login and retrieve data using Rest API, however I am unable to use the KiteConnect .Net API or the DLL file. When I try to use the DLL file it gives me an error

PS C:\WINDOWS\system32> Add-Type D:\Projects\KiteConnect\Develop\KiteConnect.dll
Add-Type : c:\Users\GD\AppData\Local\Temp\bo2zv1qd\bo2zv1qd.0.cs(1) : Unexpected character '\'
c:\Users\GD\AppData\Local\Temp\bo2zv1qd\bo2zv1qd.0.cs(1) : >>> D:\Projects\KiteConnect\Develop\KiteConnect.dll
  • tonystark
    This could be because of C# version mismatch. Can you try downloading the project from GitHub and compiling dll in your machine?
Sign In or Register to comment.