Hi, Ruben Guinez wrote: > Hi all. > I must to do to work an simple web sevices that get some data from > PostgreSQL. But nothing work like say this page > http://www.mono-project.com/Webservices_and_GtkSharp > After time, I decide to try with the same code of this page, but the message > throwing is the same again: > > *Type GtkWebservice.RemoteWebService not found.* > > *Description: *Error processing request. > > *Error Message: *HTTP 500. System.Web.HttpException: Type > GtkWebservice.RemoteWebService not found. > > *Stack Trace: * > > System.Web.HttpException: Type GtkWebservice.RemoteWebService not found. > at System.Web.UI.SimpleWebHandlerParser.GetTypeFromBin > (System.String typeName) [0x00000]
I guess you did not compile and place the webservice into the "bin" folder of the ASP.NET application. Another reason could be a typo in the asmx file. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
