Hi,
I have two window services developed using vb.net which the coding almost the same except the table name and field is different which actualy generate XML and pass to MQ client.
Services 1 (Running abc.exe)
abc.exe
Dll_1.dll
Dll_2.dll
Services 2 (Running EFG.exe)
EFG.exe
Dll_1.dll
Dll_2.dll
Problem is, if both service running together, both service show 'Started' in window services, but one of them is hang without any log
Any problem if the reference DLL is using same name but pointing to different path?