0

I have c# code and using c++ dll.

When I start my application, It always give error in event viewer

Error: "ABC.dll is already started."

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
  • Could you post the code that is giving you the error? – crthompson Sep 20 '13 at 05:39
  • I don't know from where that error is coming from source. This error is in event viewer. – Rahul Gakhar Sep 20 '13 at 06:29
  • Then it sounds like what it says it is. This `DLL` is already running somewhere, in some service and you are trying to launch it again. Have you rebooted, looked in your task manager and shut down all your start up processes? – crthompson Sep 20 '13 at 06:31
  • does it really say *ABC* or is it something else? – stijn Sep 20 '13 at 07:09
  • @paqogomez: I have rebooted my system. Error is still there. It doesn't help :( – Rahul Gakhar Sep 20 '13 at 07:16
  • @stijn: I have just mentioned ABC It have a specific name related to my app. – Rahul Gakhar Sep 20 '13 at 07:17
  • 1
    Searching the internet doesn't seem to give any search results for the "is already started" string which indicates it's in your code. So have a better look at it and figure out where it originates. Also run your application under the debugger and go through it step by step so you can see at what point exactly the message occurs. – stijn Sep 20 '13 at 07:22
  • My application is not getting started because of that error. I can't debug and I have searched in source code didn't find it. – Rahul Gakhar Sep 20 '13 at 07:29
  • 1
    @stijn's point is that you are not giving us any information that we can deduce your problem. – crthompson Sep 20 '13 at 15:24
  • Without more information, I have a feeling that the DLL checks at startup whether it's been loaded already, writes the message to the event viewer, and returns a failure code on load. – namezero Sep 23 '13 at 23:31
  • from where I can stop that DLL ? – Rahul Gakhar Sep 24 '13 at 05:27

0 Answers0