[Mono-list] Mono 1.1.10 + System.NotImplementedException

Mireia mireia.cortes at eutisoftware.com
Wed Apr 5 03:08:27 EDT 2006


Hi all,

I have installed Mono 1.1.10 to work with ASP.NET, using the installer. To
do some tests, I start the XSP server (/opt/mono-1.1.10/bin/xsp) from the
directory where I have my web page.

When I open the web with a browser, I can visualize it, but I get the
following errors in the shell:

** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26363): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x1b
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26369): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x1b
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26356): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x1c
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26363): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x1c
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26356): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x1c
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26356): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x1f
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26356): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x1f
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26356): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x20
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26371): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x20
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26356): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x21
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26356): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x22
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26356): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x23
** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:26356): WARNING **:
_wapi_handle_unref: Attempting to unref unused handle 0x24 


If I try to do a SQL connection, I get an error page with the 500 code, and
the following message:

System.NotImplementedException: The requested feature is not implemented.
in <0x005af> System.Data.SqlClient.SqlConnection:SetProperties
(System.String name, System.String value)
in <0x002ef> System.Data.SqlClient.SqlConnection:SetConnectionString
(System.String connectionString)
... 


Is it a problem of configuration and it is not finding the libraries? I
forgot an environment variable, configuration of web.config, etc.?

Thank you
--
View this message in context: http://www.nabble.com/Mono-1.1.10-%2B-System.NotImplementedException-t1397747.html#a3759201
Sent from the Mono - General forum at Nabble.com.



More information about the Mono-list mailing list