Jump to content

DOTNET class instance without GAC?


Regis

Recommended Posts

Hi.

Is it possible to create an instance of DOTNET class without the assembly being registered in the GAC?

For exaple: $obj = new DOTNET("C:\ClassLibrary1.dll", "Class1"); returns an error (because first argument needs to be name of the assembly, not name of the file it is in). I there a way to tell PHP where to look for assemblies aside from GAC?

 

Thanks in advance.

 

P.S.: Please excuse my English. :-X

Link to comment
https://forums.phpfreaks.com/topic/96705-dotnet-class-instance-without-gac/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.