PDA

Click to See Complete Forum and Search --> : Dll in VB.Net


Dorothy
Jul 17th, 2002, 10:04 PM
Is it not necessary to register new dlls manually in VB.Net. They say the exe automatically searches and registers the dll?

Edneeis
Jul 17th, 2002, 11:12 PM
That is correct they need to be in the same folder as the calling exe or registered in the GAC (Global Assembly Cache).