0

Visual Studio 2022 (fresh install). Using the latest WTelegramClient version: Builds just fine in both net5.0 / netstandard2.0 in debug and release mode. Tested the dll (great work!) and working very good.

Looking for hours why I don't get intellisense to work with the assembly. Intellisense is working perfectly for other assemblies, for system syntaxes, just not this one.

  • Imported the WTelegramClient.dll file in the project dependencies,
  • Added the Using TL declaration,
  • Even tried coding under TL and also WTelegram namespace.

Is there anything I'm missing? anything special to do when building the dll? I feel I'm coding naked without the developer's comments now that I would like to use it =( Thanks!

Castaway
  • 36
  • 5
  • The recommended approach is to use the Nuget version of the library, not building/importing the DLL by yourself. Maybe this will fix your problem. – Wizou Jan 12 '23 at 12:37

0 Answers0