c# - Visual Studio 2008 add-in cannot load external text file -
i'm working on simple add-in supposed insert copyright statement source file. works fine copyright text live in text file. text file being deployed same folder dll , .addin file.
but since add-in installed in different folders on different machines problem have not been able figure out how path text file programatically add-in code (c#). i've tried kinds of reflection methods non have worked far.
if not possible or not right approach please let me know alternatives have besides hardcoding copyright text?
thanks!
if text file in same folder dll, think related question should you:
Comments
Post a Comment