It looks like you're new here. If you want to get involved, click one of these buttons!
dotnetkiteconnect-3.0.7and
dotnetkiteconnect-4.3.0Attempted to download instruments at @ 7:00 AM
List<Instrument> vNSEInstruList = cK.GetInstruments("NSE");
Kite cK = new Kite(KiteData.API_Key, null, null, true);
Could not load file or assembly 'CsvTextFieldParser, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.error On issuing the same command,
List<Instrument> vNSEInstruList = cK.GetInstruments("NSE");
If this is a new project could you try .NET 7 or 6?