namespace
{
}
}Then another ClassLibrary Hello as:
amespace
using
then I created a Console appln with a reference to GreetAssembly as:
// Code to be written to access Hello and GoodBye class methods with the GreetAssembly // namespace}
}I want to access the Hello and GoodBye and their methods from the Main of Program class.But I am not able to do it?!?!?!!?I have reference to GreetAssembly which has those dlls!!!! But I am not able to.Can anyone help me clear this basic doubt?!?!?!