How do I use .NET DLLs outside GAC in PHP -


i little bit confused fact php can use dll files dotnet object global assembly cache , not local folder (from know). how site, that's using dll, going work, when web server doesn't have such gac? right developing on local machine; no problem, worried if able run site elsewhere.

so question is: possible access dll location gac?

i have seen quite lot questions/answers already, of them relating asp.net , how use dlls in visual studio.

thanks in advance -snrk

edit: describe want "lac" (local assembly cache).


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -