LlewellynJones
LlewellynJones
## This is not for asking questions or filing bugs To get help with an issue with your bot * ["How To"](https://stackoverflow.com/help/how-to-ask) questions should be submitted on [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework). To...
I'm having trouble creating a reference to NppAutomation. Here's my code: using System; using System.Diagnostics; using Npp=NppAutomation.Automation; class Script { [STAThread] static public void Main(string[] args) { Console.WriteLine("Hello World!"); Npp.OpenFile("blah");...