Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Reference external dlls in a custom plugin using C#

    Plugin Development
    2
    2
    1237
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Sudeep Mukherjee
      Sudeep Mukherjee last edited by

      I am trying to write my first plugin for Notepad ++ using the C# template.In my code I need to add reference to third party dll’s.
      When the reference is added they are copied to the local debug folder and everything compiles correctly. These dll’s are copied in to the local folder .
      Unfortunately this wont work for the plugin because I wont be able to copy all the dlls into the plugin directory and it gives could not load file or assembly…the system could not find this file
      Is there any way to over come this?(C#)

      1 Reply Last reply Reply Quote 1
      • chcg
        chcg last edited by

        Did you start with https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net?

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors