Unfortunately the online free translators are unable to convert the following code:
AppDomain.CurrentDomain.AssemblyResolve += CurrentDomainAssemblyResolve;
I need the vb.net RaiseEvent equivalent syntax for this. Many thanks
Unfortunately the online free translators are unable to convert the following code:
AppDomain.CurrentDomain.AssemblyResolve += CurrentDomainAssemblyResolve;
I need the vb.net RaiseEvent equivalent syntax for this. Many thanks
AddHandler AppDomain.CurrentDomain.AssemblyResolve, AddressOf CurrentDomainAssemblyResolve