CS-SCRIPT problem after rebuilding machine.
-
Greetings All:
Recently had to rebuild my machine, working on restoring NPP and CS-SCRIPT code that I use for automation.
Currently getting the error:
error CS0246: The type or namespace name ‘NppScripts’ could not be found (are you missing a using directive or an assembly reference?)At the top of my scripts I have the following:
//css_ref C:\Program Files\Notepad++\plugins\NppScripts\NppScripts.dll
//css_ref C:\Program Files\Notepad++\plugins\NppScripts\NppScripts\NppScripts.asm.dll
using NppScripts
I tried changing it to the following as the old plugin was updated to Version 2.0.3.0://css_ref C:\Program Files\Notepad++\plugins\CSScriptNPP\CSScripts.dll
//css_ref C:\Program Files\Notepad++\plugins\CSScriptNpp\CSScriptNpp\CSScripts.asm.dll
using CSScripts;Now it just states unable to find CSScripts…
Can someone please help, I am not able to figure out how to solve this, I use things like Editor.GetCurrentFilePath() which required the NppScripts using.
Thanks in advance for any and all feedback.
Regards,
Pat -
@Pat-Sinclair-0
Go to repo with plugin issue if you haven’t already.if I had a penny for every time I said something like this to somebody posting about a plugin issue on the community forum… (don’t worry OP, I’m not mad at you, just amused at how often I say something to this effect)