From 001013aeb83751e8bbbf91d45070d3b751c4dfa0 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 18 Jun 2020 08:42:17 +0000 Subject: [PATCH] Fix #50305: DOTNET Warning git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350046 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/com/dotnet.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/com/dotnet.xml b/reference/com/dotnet.xml index d7dd1ece75..5bcc315298 100644 --- a/reference/com/dotnet.xml +++ b/reference/com/dotnet.xml @@ -16,6 +16,10 @@ Neither instantiating static classes nor calling static methods is supported. + + Some .Net classes do not implement IDispatch, so while they can be instantiated, + calling methods or accessing properties on these classes is not supported. + You need to install the .Net runtime on your web server to take advantage