weird registration problem
-
Hi! I've recently changed my computer and my project has some problem registering one of it's component ever since. I'm pretty sure the path is fine (used to be on h:, now on f:). All other components register fine. I get that error: error PRJ0019: A tool returned an error code: "Performing registration" If I try to do a regsvr32 mydll.dll in the Debug or Release folder, I get this error: LoadLibrary("mydll.dll") - The specified module could not be found. Now, if I try to debug that component by adding regsvr32 to the command line and $(TargetPath) for the parameters, I get a a different error: LoadLibrary("f:\some old path that I don't use for months") - The specified module could not be found. Finally, if I move mydll.dll to another folder (outside the project tree), it will register just fine! I suspect that $(TargetPath) is the culprit, but I don't know where to look for that value. Thanks!
-
Hi! I've recently changed my computer and my project has some problem registering one of it's component ever since. I'm pretty sure the path is fine (used to be on h:, now on f:). All other components register fine. I get that error: error PRJ0019: A tool returned an error code: "Performing registration" If I try to do a regsvr32 mydll.dll in the Debug or Release folder, I get this error: LoadLibrary("mydll.dll") - The specified module could not be found. Now, if I try to debug that component by adding regsvr32 to the command line and $(TargetPath) for the parameters, I get a a different error: LoadLibrary("f:\some old path that I don't use for months") - The specified module could not be found. Finally, if I move mydll.dll to another folder (outside the project tree), it will register just fine! I suspect that $(TargetPath) is the culprit, but I don't know where to look for that value. Thanks!
-
Hi! I've recently changed my computer and my project has some problem registering one of it's component ever since. I'm pretty sure the path is fine (used to be on h:, now on f:). All other components register fine. I get that error: error PRJ0019: A tool returned an error code: "Performing registration" If I try to do a regsvr32 mydll.dll in the Debug or Release folder, I get this error: LoadLibrary("mydll.dll") - The specified module could not be found. Now, if I try to debug that component by adding regsvr32 to the command line and $(TargetPath) for the parameters, I get a a different error: LoadLibrary("f:\some old path that I don't use for months") - The specified module could not be found. Finally, if I move mydll.dll to another folder (outside the project tree), it will register just fine! I suspect that $(TargetPath) is the culprit, but I don't know where to look for that value. Thanks!