'Does changing project output type in a solution creates problems in namespaces?

my project's output type was console application, when I build it the .dll files does not generate when I switch to class library output type it does generate it, but I get the namespace could not be found



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source