<div dir="ltr">Hi Alex,<div><br></div><div>I am testing a new application class and trying to create a application helper instance for the same. </div><div><br></div><div>When I run the example test case, it is throwing an exception from the below function where the name look up is  failing. </div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>TypeId</div></div><div><div>TypeId::LookupByName (std::string name)</div></div><div><div>{</div></div><div><div>  NS_LOG_FUNCTION (name);</div></div><div><div>  uint16_t uid = Singleton<IidManager>::Get ()->GetUid (name);</div></div><div><div>  NS_ASSERT_MSG (uid != 0, "Assert in TypeId::LookupByName: " << name << " not found");</div></div><div><div>  return TypeId (uid);</div></div><div><div>}</div></div></blockquote><br><div>I am not sure what is missing here which is causing this exception. </div><div><br></div><div>/anil.</div><div><br></div></div>