Keep getting socket exceptions when DbMonitor is not running
Posted: Thu 25 Aug 2011 18:15
I'm developing an application that uses dotConnect for PostgreSql and the Linq To Entities Framework 4. I built the entity model using Entity Developer.
When I first started on this application, the program would run fine, even if DbMonitor wasn't running. However, about 2 weeks ago, the program started dying if DbMonitor wasn't started. I was trying to fix an issue with the program not running under XP (I have another thread about that issue, and it's still not resolved, by the way).
Since then, I don't know what I did, but now the program generates the following socket exception whenever I start it & DbMonitor is not running:
No connection could be made because the target machine actively refused it 127.0.0.1:1000
I need to fix this as DbMonitor will not be installed on client machines when the program goes to production.
How do I fix the program so this error no longer occurs?
Thanks
Tony
When I first started on this application, the program would run fine, even if DbMonitor wasn't running. However, about 2 weeks ago, the program started dying if DbMonitor wasn't started. I was trying to fix an issue with the program not running under XP (I have another thread about that issue, and it's still not resolved, by the way).
Since then, I don't know what I did, but now the program generates the following socket exception whenever I start it & DbMonitor is not running:
No connection could be made because the target machine actively refused it 127.0.0.1:1000
I need to fix this as DbMonitor will not be installed on client machines when the program goes to production.
How do I fix the program so this error no longer occurs?
Thanks
Tony