Hello Everyone !
Right now i'm moving my company's code from Dynamics nav 2018 to Business Central 16.
I'm working with VS Code, so that means a brand new environment to discover.
Right now, i'm having troubles with one of our most used Codeunits.
VS Code is telling me that "An application object of type Codeunit with name Toolbox is already declared'. Except it's not.
I've checked, neither the name nor the id are used anywhere in my code.
In some other codeunits, i still can declare my Toolbox codeunit but in some others i simply can't. It causes a lot of problems in my code, since i'm getting everywhere errors about procedures being non existant in my toolbox codeunit (except they are).
I've searched for similar issues, learned it could be due to UNC paths but what my coworker and i tried didn't seem to do the trick.
Has anyone else experienced this and would be willing to share their solution ?
Thanks in advance