ID:               41055
 Updated by:       [EMAIL PROTECTED]
 Reported By:      daarond at gmail dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         COM related
 Operating System: WinXP
 PHP Version:      5CVS-2007-04-11 (snap)
-Assigned To:      
+Assigned To:      wez
 New Comment:

Assigned to the maintainer.


Previous Comments:
------------------------------------------------------------------------

[2007-04-11 18:06:02] daarond at gmail dot com

Description:
------------
Bug #29800 did not pursue it, but I would like to go forward with
resolving it.

I have a strongly-typed assembly that I added to the GAC. By the way,
the simplest way to get the token information is to use gacutil with the
/l switch.

To fully reproduce it, you can download the DLLs I am using:
http://www.angorasoftware.com/test/Core.zip


Reproduce code:
---------------
<?php
$dotobj = new DOTNET("watin.core, Version=1.1.0.1001, Culture=neutral,
PublicKeyToken=b26a14bb9ccc0290, processorArchitecture=MSIL",
"WatiN.Core.IE"); 
$dotobj = null;
?>

Expected result:
----------------
It should open a web page.

Actual result:
--------------
PHP Fatal error:  Uncaught exception 'com_exception' with message
'Failed to instantiate .Net object [CreateInstance] [0x80131604] ' in
C:\PHP5\wtest.php:3
Stack trace:
#0 C:\PHP5\wtest.php(3): dotnet->dotnet('watin.core, Ver...',
'WatiN.Core.IE')
#1 {main}
  thrown in C:\PHP5\wtest.php on line 3


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41055&edit=1

Reply via email to