am kinnda new to IOC and StructureMap. WHen i am trying to call the TheCallingAssembly() method, its not recognising it.
Someone please help
ObjectFactory.Configure(x =>
{
x.Scan(y =>
{
// y.TheCallingAssembly();
y.LookForRegistries();
});
});