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.

namespace conflict

namespace conflict 2

try use global::hotdocs.

or try:

create alias 1 of them: using myalias = hotdocs.server;


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -