ID: 35081
Comment by: jamie dot layne at gmail dot com
Reported By: mcyra at chello dot at
Status: Assigned
Bug Type: COM related
Operating System: WinXP
PHP Version: 5CVS-2005-11-03 (snap)
Assigned To: wez
New Comment:
I am experiencing the same problem as well.
Summary:
--------
.NET: Microsoft .NET Framework 1.1
OS: Windows Server 2003 Standard Edition SP1
PHP: PHP 5.0.5 (cli) (built: Sep 5 2005 15:54:44)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.5, Copyright (c) 1998-2004 Zend Technologies
Code Sample:
-------------
<?PHP
$stack = new DOTNET("mscorlib", "System.Collections.Stack");
$stack->Push(".Net");
$stack->Push("Hello ");
echo $stack->Pop() . $stack->Pop();
?>
Actual Result:
--------------
Fatal error: Uncaught exception 'com_exception' with message 'Failed to
instantiate .Net object [CreateInstance] [0x80070057] The parameter is
incorrect. ' in C:\DOTNET\sample.php:2 Stack trace: #0
C:\DOTNET\sample.php(2): dotnet->dotnet('mscorlib',
'System.Collecti...') #1 {main} thrown in C:\DOTNET\sample.php on line
2
Previous Comments:
------------------------------------------------------------------------
[2005-11-03 22:13:59] [EMAIL PROTECTED]
Assigned to the maintainer of COM extension.
------------------------------------------------------------------------
[2005-11-03 18:13:18] mcyra at chello dot at
I have checked with the given link, result was:
Fatal error: Uncaught exception 'com_exception' with message 'Failed to
instantiate .Net object [CreateInstance] [0x80070057] Falscher
Parameter.' in D:\NET\test.php:2
Stack trace:
#0 D:\NET\test.php(2): dotnet->dotnet('mscorlib', 'System.Co
llecti...')
#1 {main}
thrown in D:\NET\test.php on line 2
------------------------------------------------------------------------
[2005-11-03 15:47:59] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php5-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5-win32-latest.zip
------------------------------------------------------------------------
[2005-11-03 08:03:25] mcyra at chello dot at
Description:
------------
A sample script from documentation causes this error.
German version of WinXP.
Microsoft .NET Framework 1.1.
Microsoft .NET Framework 1.1 German Language Pack.
PHP 5.0.5 (cli) (build: Sep 5 2005 15:54:44)
Zend Engine v2.0.5
Reproduce code:
---------------
<?php
$stack = new DOTNET("mscorlib", "System.Collections.Stack");
$stack->Push(".Net");
$stack->Push("Hello ");
echo $stack->Pop() . $stack->Pop();
?>
Actual result:
--------------
Fatal error: Uncaught exception 'com_exception' with message 'Failed to
instantiate .Net object [CreateInstance] [0x80070057] Falscher
Parameter.' in D:\NET\test.php:2
Stack trace:
#0 D:\NET\test.php(2): dotnet->dotnet('mscorlib',
'System.Collecti...')
#1 {main}
thrown in D:\NET\test.php on line 2
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=35081&edit=1