I am new to Rightfax and working with Rightfax COM API in vb.net. I added a right fax reference in my project.
1.Private Shared rfapi As RFCOMAPILib.FaxServer
2. rfapi = New RFCOMAPILib.FaxServer
I am getting following error in second line
Creating an instance of the COM component with CLSID {D7CA3941-DA83-4C87-949A-60DF378DD68E} from the IClassFactory failed due to the following error: 80070485
What is this error. Is it because of Com Libraury licence error?
thanks
kthan