I have recently installed a couple addons from CB and Gigi and im getting namespace exceptions and i was wondering if there was a way to fix this.
2017.08.01 20:40:15.927 namespace mismatch in plugin file: 'C:\Users\Kyle\Deskto - Pastebin.com
I have recently installed a couple addons from CB and Gigi and im getting namespace exceptions and i was wondering if there was a way to fix this.
2017.08.01 20:40:15.927 namespace mismatch in plugin file: 'C:\Users\Kyle\Deskto - Pastebin.com
Not sure what caused these exceptions but with my subpar knowledge in programming i see 2 possibilities.
1. Wrong installation: make sure to follow the instructions in the thread especially for the installation folder.
2. Creator uses a wrong namespace in his code. Open the file and compare the namespace in code with your folders. Maybe you have to edit it to match.
Looks like there is an encoding issue in your files.
Error message is incomplete
should be :namespace should be this: 'Turbo.Plugins.CB
So, a weird character (probably invisible) is breaking the compilation.namespace should be this: 'Turbo.Plugins.CB' (are you missing an assembly reference?)
Try recreating the files from source. (tip: use a decent text editor like notepad++, VSCode, ect..)
Hide the Rum! --> Default theme customization 101 <--