At the moment I use PHP with my own c#-class (which I use via COM-Interface)
[PHP]$modProject = new COM('XMLLibrary .XMLModuleProje ct')[/PHP]
Now I want to use the class via DOTNET-Methode.
[PHP]$stack = new DOTNET("XMLLibr ary, Version=1.0.0.0 , Culture=neutral , PublicKeyToken= d6d5e7447d7d808 6", "XMLModuleProje ct");[/PHP]
But this doesn't work. I always received the error...