Hi All
I am having VB.net and VC++.net windows applications. I am using the "MSSOAP30.d ll" in both applications.
When I include this MSSOAP30.dll in to vb.net application it is creating one "Interop.MSSOAP Lib30.dll" into bin folder.
When I included the MSSOAP30.dll into VC++.net application it is creating the same "Interop.MSSOAP Lib30.dll" into debug folder. But VC++.net is using TLBIMP.exe to create this dll.
I need to put both vb.net and vc++.net applications in the same folder with dlls.
If I am using vb.net "Interop.MSSOAP Lib30.dll" then vc++.net application is throwing the error and vice versa.
Anyone please help me about this problem.....
I am having VB.net and VC++.net windows applications. I am using the "MSSOAP30.d ll" in both applications.
When I include this MSSOAP30.dll in to vb.net application it is creating one "Interop.MSSOAP Lib30.dll" into bin folder.
When I included the MSSOAP30.dll into VC++.net application it is creating the same "Interop.MSSOAP Lib30.dll" into debug folder. But VC++.net is using TLBIMP.exe to create this dll.
I need to put both vb.net and vc++.net applications in the same folder with dlls.
If I am using vb.net "Interop.MSSOAP Lib30.dll" then vc++.net application is throwing the error and vice versa.
Anyone please help me about this problem.....