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.

enter image description here what did fix it adding reference using browse: pointed direct dll of second project release folder enter image description here

enter image description here

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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -