Is it not necessary to register new dlls manually in VB.Net. They say the exe automatically searches and registers the dll?
Printable View
Is it not necessary to register new dlls manually in VB.Net. They say the exe automatically searches and registers the dll?
That is correct they need to be in the same folder as the calling exe or registered in the GAC (Global Assembly Cache).