Home All Groups Group Topic Archive Search About
Author
15 Oct 2005 8:33 AM
Raed Sawalha
I searching the net for a English/English Dictionary DLL, which can resuse it
in my asp.net application to give a word and get the meaning.

Author
15 Oct 2005 5:35 PM
Ken Cox [Microsoft MVP]
It sounds like you could integrate with an available Web service using a
component.

http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=2515&tabindex=2




Show quoteHide quote
"Raed Sawalha" <RaedSawa***@discussions.microsoft.com> wrote in message
news:DDFDD102-6CE9-422A-885A-7AA2C388F61D@microsoft.com...
>I searching the net for a English/English Dictionary DLL, which can resuse
>it
> in my asp.net application to give a word and get the meaning.
Are all your drivers up to date? click for free checkup

Author
16 Oct 2005 10:32 AM
Raed Sawalha
i download the client side but when execute the aspx page the following error
is generated , could u help:

Server Error in '/DICT' Application. --------------------------------------------------------------------------------

A connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because
connected host has failed to respond
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Net.Sockets.SocketException: A connection attempt
failed because the connected party did not properly respond after a period of
time, or established connection failed because connected host has failed to
respond

Source Error:


Line 139:            try
Line 140:            {
Line 141:                client          = new TcpClient (DictionaryServer,
Port);




Show quoteHide quote
"Ken Cox [Microsoft MVP]" wrote:

> It sounds like you could integrate with an available Web service using a
> component.
>
> http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=2515&tabindex=2
>
>
>
>
> "Raed Sawalha" <RaedSawa***@discussions.microsoft.com> wrote in message
> news:DDFDD102-6CE9-422A-885A-7AA2C388F61D@microsoft.com...
> >I searching the net for a English/English Dictionary DLL, which can resuse
> >it
> > in my asp.net application to give a word and get the meaning.
>
>
>

Bookmark and Share

Post Thread options