#29490 [Opn]: 'Failed to instantiate .Net object' using PHP.NET docu example

2004-08-05 Thread mike at ziebeck dot net
 ID:   29490
 User updated by:  mike at ziebeck dot net
 Reported By:  mike at ziebeck dot net
 Status:   Open
 Bug Type: COM related
 Operating System: Windows 2000
 PHP Version:  5.0.0
 New Comment:

I've additionaly tryed to get the example with:
PHP 5.1.0-dev (cli) (built: Aug  4 2004 08:29:44)
running on a development machine.

MS .NET Studio 2003 Enterprise Architect
MS .NET Frame Work SDK 1.1
MS Platform SDK February 2003

same results :(


Previous Comments:


[2004-08-05 08:14:14] matthias dot haldimann at epfl dot ch

Though this might not help a lot, it might still be interesting to note
that I continue to have the exact same problem, under

Windowx XP, English, SP1 + all available patches
with
PHP 5.1.0-dev, Snapshot Aug 5 2004 04:15:53 
and .NET Framework 1.1

Matthias



[2004-08-04 18:23:07] mike at ziebeck dot net

There's been a typo: 

c:\Programme\php\php5.php.ini
  is
c:\Programme\php\php5.ini

Sorry for that.
   mz.



[2004-08-04 18:18:50] mike at ziebeck dot net

Software Setup:

Windows 2000 pro (german) clean install (Service Pack 4)
.NET: MS DotNET FrameWork RTL 1.1
USER: Administrator

unpack: php5-win32-200408040230.zip = c:\Programme\php\php5
copy:   c:\Programme\php\php5.php.ini-dist 
c:\Programme\php\php5.php.ini
copy:   tst_DotNet.php c:\Programme\php\tst_DotNet.php 

php -c c:\Programme\php\php5\php.ini -f tst_DotNet.php

Fatal error: Uncaught exception 'com_exception' with message 'Failed to
instantiate .Net object [IDispatch_Invoke] Ausnahmefehler aufgetreten.'
in c:\Programme\php\php5\tst_DotNet.php:2
Stack trace:
#0 {main}
  thrown in c:\Programme\php\php5\tst_DotNet.php on line 2


No files (*.ini, *.dll)  have been (re)placed in windows system
folders. Working directory: c:\Programme\php\php5


Kind Regards
 mz.



[2004-08-04 15:03:10] [EMAIL PROTECTED]

:-(
Suffice to say that it does work here for me.
Is there anything else you can try to troubleshoot ?
Service packs/upgrades, permissions and so on.
Without more information, we can't find the cause of the problem.



[2004-08-04 13:56:27] mike at ziebeck dot net

Ausnahmefehler aufgetreten = exception error happened

sounds like:
 something went wrong, but i don't know what :(



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/29490

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


#29490 [Opn]: 'Failed to instantiate .Net object' using PHP.NET docu example

2004-08-04 Thread mike at ziebeck dot net
 ID:   29490
 User updated by:  mike at ziebeck dot net
 Reported By:  mike at ziebeck dot net
 Status:   Open
 Bug Type: COM related
 Operating System: Windows 2000
 PHP Version:  5.0.0
 New Comment:

same result using:
--
PHP 5.1.0-dev (cli) (built: Aug  4 2004 08:29:44)
Zend Engine v2.0.1-dev, Copyright (c) 1998-2004 Zend Technologies


Previous Comments:


[2004-08-03 17:17:05] mike at ziebeck dot net

even more verbose output using:
---
PHP 5.1.0-dev (cli) (built: Aug  3 2004 16:28:21)

Fatal error: Uncaught exception 'com_exception' with message 'Failed to
instantiate .Net object [IDispatch_Invoke] Ausnahmefehler aufgetreten.
' in tst_DotNet.php:2
Stack trace:
#0 {main}
  thrown in tst_DotNet.php on line 2



[2004-08-03 14:42:49] [EMAIL PROTECTED]

ok, I've added even more verbosity; please try the next snap in about 2
hours time.




[2004-08-03 13:44:38] mike at ziebeck dot net

little more verbose output using:
-
PHP 5.1.0-dev (cli) (built: Aug  3 2004 12:19:41)

Actual result:
--
Fatal error: Uncaught exception 'com_exception' with message 'Failed to
instantiate .Net object [IDispatch_Invoke]' in tst_DotNet.php:2
Stack trace:
#0 {main}
  thrown in tst_DotNet.php on line 2



[2004-08-03 11:46:16] [EMAIL PROTECTED]

I've added even more verbosity; please try the next snapshot, which is
due in about 45 minutes--it takes about that long to build, so this
change might not quite make it into that snap.
If you try it and see no different error message, wait for the next
snap after that.



[2004-08-03 07:50:32] mike at ziebeck dot net

same result using:
--
PHP 5.1.0-dev (cli) (built: Aug  3 2004 04:21:03)
Zend Engine v2.0.1-dev, Copyright (c) 1998-2004 Zend Technologies



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/29490

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


#29490 [Opn]: 'Failed to instantiate .Net object' using PHP.NET docu example

2004-08-04 Thread mike at ziebeck dot net
 ID:   29490
 User updated by:  mike at ziebeck dot net
 Reported By:  mike at ziebeck dot net
 Status:   Open
 Bug Type: COM related
 Operating System: Windows 2000
 PHP Version:  5.0.0
 New Comment:

There's been a typo: 

c:\Programme\php\php5.php.ini
  is
c:\Programme\php\php5.ini

Sorry for that.
   mz.


Previous Comments:


[2004-08-04 18:18:50] mike at ziebeck dot net

Software Setup:

Windows 2000 pro (german) clean install (Service Pack 4)
.NET: MS DotNET FrameWork RTL 1.1
USER: Administrator

unpack: php5-win32-200408040230.zip = c:\Programme\php\php5
copy:   c:\Programme\php\php5.php.ini-dist 
c:\Programme\php\php5.php.ini
copy:   tst_DotNet.php c:\Programme\php\tst_DotNet.php 

php -c c:\Programme\php\php5\php.ini -f tst_DotNet.php

Fatal error: Uncaught exception 'com_exception' with message 'Failed to
instantiate .Net object [IDispatch_Invoke] Ausnahmefehler aufgetreten.'
in c:\Programme\php\php5\tst_DotNet.php:2
Stack trace:
#0 {main}
  thrown in c:\Programme\php\php5\tst_DotNet.php on line 2


No files (*.ini, *.dll)  have been (re)placed in windows system
folders. Working directory: c:\Programme\php\php5


Kind Regards
 mz.



[2004-08-04 15:03:10] [EMAIL PROTECTED]

:-(
Suffice to say that it does work here for me.
Is there anything else you can try to troubleshoot ?
Service packs/upgrades, permissions and so on.
Without more information, we can't find the cause of the problem.



[2004-08-04 13:56:27] mike at ziebeck dot net

Ausnahmefehler aufgetreten = exception error happened

sounds like:
 something went wrong, but i don't know what :(



[2004-08-04 13:44:47] [EMAIL PROTECTED]

What is the english translation of that error message?



[2004-08-04 09:49:25] mike at ziebeck dot net

same result using:
--
PHP 5.1.0-dev (cli) (built: Aug  4 2004 08:29:44)
Zend Engine v2.0.1-dev, Copyright (c) 1998-2004 Zend Technologies



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/29490

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