Brett-Tech-Networking/Moradi-Notepad

Release Build Failure Problem

MattMoradi opened this issue · 1 comments

For some reason the Debug compiles fine, yet the Release compilation throws a bunch of compiler errors regarding Fader and Ubuntu DLL Themes. Errors seem to be all of the same type and include:

Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'Ubuntu_Theme' could not be found (are you missing a using directive or an assembly reference?) Moradi Notepad C:\Users\Mat\Source\Repos\Moradi-Notepad\Moradi Notepad\Form1.Designer.cs 1751 Active

Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'Fader_Theme' could not be found (are you missing a using directive or an assembly reference?) Moradi Notepad C:\Users\Mat\Source\Repos\Moradi-Notepad\Moradi Notepad\Credits.Designer.cs 200 Active

errorz

i have fixed this issue

By adding reference location folder back to where theme dll's are located