ASP.Net TAPI Programming

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I come to know that TAPI programming can be done using ASP.Net with the help
of Interop.Can anyone please explain what is Interop?.
 
Kurien Baker Fenn said:
I come to know that TAPI programming can be done using ASP.Net with the
help
of Interop.Can anyone please explain what is Interop?.

Interop and ASP.NET applications can have issues that you may not want to
deal with. To find out what Interop is, first find out what COM is.
 
DM McGowan II said:
Interop and ASP.NET applications can have issues that you may not want to
deal with. To find out what Interop is, first find out what COM is.

<sarcasm>
Golly... that was helpful!
</sarcasm>
 
Hello Kurien,

this is a dated article, but it will explain some things about Interop
http://msdn.microsoft.com/msdnmag/issues/01/08/interop/

Depending on the language you are using, there are some techniques that
allow you to use existing COM interfaces from your .NET application. For
the most part, it's pretty easy.

Read the article. Make a project to use the interface of your choice, and
add a reference to it. Attempt to make calls. When you get some specific
problems, post the question into a newgroup that is specific to your
language. You are likely to get much better help.

Good luck,
--- Nick
 

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

Similar Threads

TAPI Programming 1
.net/c# and modems 2
Modem connection 1
Windows Vista Open Vpn 0
Modem log file 1
Security questions around browser hosted control interaction. 7
Multiple Thread 3
Dialing number in .NET 3

Back
Top