Hi,
Its really very urgent, please do the needful as early as possible.
I was working in a
VB project in which I was using some abc 1.1 dll. and now currently I am working in a .Net project which is interrelated with the
VB project and which I have to use the same dll which I was using in
VB but the .Net project needs the latest version of the dll like abc 1.2 dll.
Previously I was getting the problem in .Net project like registry entry not found for the abc 1.2 dll, so one of my friend had send me the registry key for the dll abc 1.2.reg , so I double clicked it, it merged in the registry.
After doing this, .Net project is somewhat working fine but the
VB project which was using the old dll version showed error like missing abc 1.1 dll. I tried to add reference of abc 1.1 dll in to my
VB Project, it showed me the error like error loading dll, when I tried to add reference of new version again it is showing me the same error error loading dll.
So now I can't add any version of the dll in
VB Project.
I think there may some register/unregister problems had happened.
I tried to register the dll using regsvr32 it shows me the error c:\windows\system32\abc1.1.dll was loaded, but the dllregisterserver entry point was not found. the file cannot be registered.
I want both the project to work properly. Please suggest me as soon as possible.
Thanks