c# - Namespace issue -
this driving me crazy! i'm trying namespace thrid party control called: hotdocs.server.session.
my namespaces start cce.hotdocs.io , cce.hotdocs.test.
when type "hotdocs." namespaces start cce.hotdocs ? wtf? should getting hotdocs.server missing? captured couple of screen snippets show mean... second screen snippet driving me crazy.
try use global::hotdocs.
or try:
create alias 1 of them: using myalias = hotdocs.server;
Comments
Post a Comment