Hi, I want to debug COM dll solution through another ASP.Net solution (IIS). Solution A - COM dll which outputs 4 com dll's. Solution B - ASP.Net which access, solution A COM dll's. This solution was hosted in IIS Solution B I able to debug through Visualstudio->Debug->attachtoprocess->w3wp.exe But when solution B calls COM dll which is from solution A , I cannot debug Solution A(COM Dll). Please suggest solution for debugging. (Usually I debug the dll solution through VS->Project->properties->Debugging->command->setting target exe path. But here it is asp.net solution, so I don't know what to give in Target exe path)
Member 7411422
Posts
-
Debug COM DLL from ASP.Net -
Debug COM DLL from ASP.NetHi, I want to debug COM dll solution through another ASP.Net solution (IIS). Solution A - COM dll which outputs 4 com dll's. Solution B - ASP.Net which access, solution A COM dll's. This solution was hosted in IIS Solution B I able to debug through Visualstudio->Debug->attachtoprocess->w3wp.exe But when solution B calls COM dll which is from solution A , I cannot debug Solution A(COM Dll). Please suggest solution for debugging. (Usually I debug the dll solution through VS->Project->properties->Debugging->command->setting target exe path. But here it is asp.net solution, so I don't know what to give in Target exe path)
-
OCX RenameThanks for u’r reply Finally I able to rename the OCX file .it is working fine in my test application. But my requirement is , I am already having “IPCall.ocx” , now I created new “IPCalling.ocx” and i try to rename to “IPCall.ocx” but i cant. so i created another new OCX application in name of “IPCall.ocx” and include the all files , methods & property as older OCX and applying older OCX GUID CDECL to new it is working in Test application. But when I applying to main application this new OCX rise error Error : 339:component ’ IPCall.ocx’or one of its dependencis not correctly registered: a file missing or invalid I registerd the OCX file & it is working in Test application which is tested by the older OCX file.. But not working in main application. How to check the "missing dependencis in new OCX". or list all dependencis in older OCX so ill compare to new and if it is missing i will include. Regards & Thanks shakumar
modified on Friday, September 3, 2010 9:40 AM
-
OCX RenameHi , I developed a new OCX in VC++ 2008 , it is working .i want to rename the OCX. how to do that. Pls give u’r suggestion . Now my OCX file name is “IPCalling.ocx”, rename to “IPCall.ocx” Thanks shakumar