[Mono-devel-list] Unhandled Exception: System.NotImplementedException: The requested feature is not implemented
Carlos Alberto Cortez
calberto.cortez at gmail.com
Sat Dec 4 19:20:11 EST 2004
Hi,
NotImplementedException is thrown when something is not yet implemented
(just as the name indicates). Commonly it thrown in methods/properties
which are declared, but not yer implemented.
In this case, it happens because System.Type.GetTypeFromProgID has not
been implemented in Mono.
Carlos.
El sáb, 04-12-2004 a las 19:16 -0400, Rogerio Pereira escribió:
> Hi,
>
> I'm trying to create a message monitor for my Remoting Server, but
> when i try to execute the program i get the follow error:
>
> Unhandled Exception: System.NotImplementedException: The requested
> feature is not implemented.
> in <0x00023> System.Type:GetTypeFromProgID (string)
> in <0x0009b> RKiss.MessageProbe.Subscriber:Activate
> (RKiss.MessageProbe.DelegateWriteLogMessage)
> in <0x00056> (wrapper remoting-invoke-with-check)
> RKiss.MessageProbe.Subscriber:Activate
> (RKiss.MessageProbe.DelegateWriteLogMessage)
> in <0x0020f> MonitorRemoting:.ctor (string[])
> in <0x0001f> MonitorRemoting:Main (string[])
>
>
> This application is based on Remoting Probe created by Roman Kiss
> (http://www.codeproject.com/csharp/remotingprobe.asp).
>
> Thanks for any answer...
>
>
More information about the Mono-devel-list
mailing list