c# - error CS0234: assembly or namespace not found while publishing -
i faced strange issue today, please see error below:
error cs0234: type or namespace name not exist in namespace
many developers facing issue on compile time mode, while compiling code not getting error while publishing code getting it.
what doing before: adding reference using solution: using project file reference add reference in main project.
what did fix it adding reference using browse: pointed direct dll of second project release folder
any 1 guide me why causing issue? still right approach adapted fix it?
if use csproj file reference reference second project in main project still need configurations make work?
any appreciated.
thanks in advance.
Comments
Post a Comment