[Firebird] Socket Error 10061 when the program starts from Delphi IDE
Posted: Sun 14 Oct 2012 16:07
Hello,
I have an old project with UniDAC under Delphi 2007. When I start my program from the delphi ide with F9, I get a socket error 10061 when the program connect to the database. I get this error from UniDAC version 4.0.2 or higher. The UniDAC Version was installed without .NET Components.
In the version 4.0.1 I don't have this problem.
When I use my program without the delphi ide, than I get no socket error.
That is the error message :
---------------------------
Debugger Exception Notification
---------------------------
Project CodeOrakel.exe raised exception class SocketException with message 'Socket error 10061'.
---------------------------
Break Continue Help
---------------------------
The error is a big problem to debug my errors in my program.
I have an old project with UniDAC under Delphi 2007. When I start my program from the delphi ide with F9, I get a socket error 10061 when the program connect to the database. I get this error from UniDAC version 4.0.2 or higher. The UniDAC Version was installed without .NET Components.
In the version 4.0.1 I don't have this problem.
When I use my program without the delphi ide, than I get no socket error.
That is the error message :
---------------------------
Debugger Exception Notification
---------------------------
Project CodeOrakel.exe raised exception class SocketException with message 'Socket error 10061'.
---------------------------
Break Continue Help
---------------------------
The error is a big problem to debug my errors in my program.