Click here to Skip to main content
15,900,110 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
See more:
I'm having an issue connecting to a rightfax inbox via the RFCOMAPILib in .net. After defining the FaxServer I call get_User(userID) to create the User object.

C#
User u = m_faxServer.get_User(inbox.UserID);


In the object's properties is the error:
CheckForNewFaxes = '(u).CheckForNewFaxes' threw an exception of type 'System.Runtime.InteropServices.COMException'

base {System.Runtime.InteropServices.ExternalException} = {"Cannot create another system semaphore."}

I think this is an issue with all of the server resources being occupied but am not sure. I have tried different inboxes on the same server and gotten the same response. Can anyone tell me how semaphores relate to this issue?

Thanks
Posted
Updated 28-Aug-17 6:00am

1 solution

You're asking about a very specific problem with a product. Don't you think it would be better to ask RightFax about this?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900