Archived

This forum has been archived. Please start a new discussion on GitHub.

Visual studio net

xdm
xdm La Coruña, Spain
Hellow I compile and ice cliente program under Visual Studio Net (the code compiles ok with out erros) when i try to run it, i optain the next ouput:
can any body say me what in do it wrong?

The thread 'Win32 Thread' (0xd9c) has exited with code 0 (0x0).
First-chance exception at 0x77e53887 in cliente.exe: Microsoft C++ exception: Ice::DNSException @ 0x0012f3f4.
First-chance exception at 0x77e53887 in cliente.exe: Microsoft C++ exception: Ice::DNSException @ 0x0012f4c8.
First-chance exception at 0x77e53887 in cliente.exe: Microsoft C++ exception: [rethrow] @ 0x00000000.
'cliente.exe': Loaded 'C:\WINDOWS\system32\wshtcpip.dll', No symbols loaded.
First-chance exception at 0x77e53887 in cliente.exe: Microsoft C++ exception: IceInternal::NonRepeatable @ 0x0012fa2c.
First-chance exception at 0x77e53887 in cliente.exe: Microsoft C++ exception: Ice::ObjectNotExistException @ 0x0012f174.
HEAP[cliente.exe]: Invalid Address specified to RtlFreeHeap( 00E00000, 008FA260 )
Unhandled exception at 0x77f65a58 in cliente.exe: User breakpoint.
First-chance exception at 0x77e53887 in cliente.exe: Microsoft C++ exception: Ice::ConnectionLostException @ 0x012cf4c0.
The thread 'Win32 Thread' (0xda4) has exited with code 0 (0x0).
'cliente.exe': Unloaded 'C:\WINDOWS\system32\wshtcpip.dll'
The thread 'Win32 Thread' (0xda0) has exited with code 0 (0x0).

Comments

  • Looks like things are not working because a DNS lookup fails.
    Is your DNS configured correctly?

    Also, it looks like you are running this from a debugger? If so, you need to change your option settings not to break into the debugger when an exception is thrown because that prevents Ice from handling the exception.

    Cheers,

    Michi.