Mukesh

Mukesh

  • NA
  • 1
  • 0

Debug DLL that's plug-in in third party tool

Apr 25 2008 2:14 AM

Hi,
We have developed DLL (source code is also with us ) that is being used as Plug-in in third party software.
Third party tool delcared API for different functionality (SDK) and uses above plug-in runtime.
Our C#(2.0) Windows code call these API provided by third party tool not plug-in DLL.
In VS2005, while runnig my current application runs in debug mode,what ever functions are being called in plug-in DLL that i want to debug.
i have tried couple of ways to attach proces of current application with current source of plug-in dll but it is not work.
Please help me on this.

thanks in advance.