UnregisterInboundRoutingExtension not working

M

maneshcs

Hi,

UnregisterInboundRoutingExtension( ) not working

I created IFaxServer handle and when i call IFaxServer.Connect("")

system hangs and catches an exception.

Have tried all possible ways from msdn, but no luck :-(

Can anyone help?
 
A

Alex Feinman [MVP]

What exception? If COMException, what is the HRESULT?

--
Alex Feinman
---
Visit http://www.opennetcf.org
Hi,

UnregisterInboundRoutingExtension( ) not working

I created IFaxServer handle and when i call IFaxServer.Connect("")

system hangs and catches an exception.

Have tried all possible ways from msdn, but no luck :-(

Can anyone help?
 
J

jibesh

myself also facing the same problem. The thing is after calling the connect method with null param the system hanged out, thought it must take enough time to connect but unfortunatly my system blocked in the connect method.
dont know why any help ?

- Jibesh .V.P

What exception? If COMException, what is the HRESULT?

--
Alex Feinman
---
Visit http://www.opennetcf.org
Hi,

UnregisterInboundRoutingExtension( ) not working

I created IFaxServer handle and when i call IFaxServer.Connect("")

system hangs and catches an exception.

Have tried all possible ways from msdn, but no luck :-(

Can anyone help?
 
R

Raghavendra R [MSFT]

Which OS is this? Check the status of 'Fax' Service on the machine. It looks
like Service is hosed & not able to accept client connections. You can go to
services.msc & check the 'Fax Service' Status. Are you able to open 'Fax
Console' on that machine by the way?

--
Raghavendra R
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.'

myself also facing the same problem. The thing is after calling the connect
method with null param the system hanged out, thought it must take enough
time to connect but unfortunatly my system blocked in the connect method.
dont know why any help ?

- Jibesh .V.P

What exception? If COMException, what is the HRESULT?

--
Alex Feinman
---
Visit http://www.opennetcf.org
Hi,
UnregisterInboundRoutingExtension( ) not working
I created IFaxServer handle and when i call IFaxServer.Connect("")
system hangs and catches an exception.
Have tried all possible ways from msdn, but no luck :-(
Can anyone help?
 
J

jibesh

am using Win2k Server. I can open Fax console and all.
Fax service status is started.. need any other info ?

Jibesh.V.P
 
R

Raghavendra R [MSFT]

Hmm, that's interesting. But wait a minute. The method
UnregisterInboundRoutingExtension is present on IFaxServer of Fax Extended
COM, that is fxscomex.dll. This is not supported on Windows 2000. Windows
2000 has fxscom.dll which also has a interface named IFaxServer. But Windows
2000's IFaxServer doesn't have UnregisterInboundRoutingExtension method. So
I'm not sure what you are trying here? Are you forcibly trying to use Fax
Extended COM's IFaxServer.Connect on a Windows 2000 machine? If that's the
case you should not do that - it's not supported on Windows 2000.

And I think there is no (API) for un-registering of routing extensions on
Windows 2000. Though there is one for registering them:(

--
Raghavendra R
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.'
 
J

jibesh

So u mean i cant Unregister my routing extension if am using that in Windows
2000.. Is it a Bug ??
What ever it is i found alternate solution to this for the time being. Thats
is by deleteting Routing Extension entries added by the register routing
method. I quite feel comfortable with this method untill i find other
solution to unregister my routing.

Jibesh.V.P
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top