[PHP-WIN] Re: Using .Net assemblies with PHP

2011-05-26 Thread Trevor
On 5/26/2011 4:46 PM, Trevor wrote: Funny thing is, this works fine from the commandline. I'm logged in as administrator, which is the same user that the Apache service runs as, so I'm not sure what the problem is. Huh. Restarting Apache fixed it. Now I have no idea which thing it was that I

[PHP-WIN] Re: Using .Net assemblies with PHP

2011-05-26 Thread Trevor
On 5/26/2011 2:27 PM, Trevor wrote: After a lot of trial and error, I got the UniversalCCW part working, but I'm having a hard time with the actual assembly. I get the following error: 1 Fatal error: Uncaught exception 'com_exception' with message 'Source: mscorlib Description: Could not load fi

[PHP-WIN] Re: Using .Net assemblies with PHP

2011-05-26 Thread Trevor
On 5/26/2011 2:27 PM, Trevor wrote: OK, I've actually run into a problem. What I described above was working fine on our test server, running Windows Server 2003 R2. I'm now trying to get it to work on our production server, running Windows Server 2008 R2 64 bit. I'm using Apache (from Xampp) as

[PHP-WIN] Re: Using .Net assemblies with PHP

2011-05-26 Thread Trevor
On 5/17/2011 11:42 AM, Trevor wrote: Just in case anyone else needs to do this, I just spent a frustrating week figuring out how to make an assembly I created with PowerBuilder.Net work with PHP. The dotnet class in PHP doesn't work very well, and has apparently been abandoned. I ended up using t