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
 
Back
Top