login | about | faq

If you have any feedback from our EAP, we've created a UserVoice forum especially for you! Check it out, and let us know what you think of the latest Early Access build.

I just downloaded the trial version of Reflector today. I selected a DLL for debugging from the Reflector object browser. It told me that I had to delete or rename a currently-existing PDB file, which I did. When I tried to run the application, the build failed, indicating that the DLL could not be copied from objdebug to bindebug because it was being used by another process. What do I do?

Thank you in advance for your help.

asked Feb 18 at 20:10

hnystrom's gravatar image

hnystrom
1


Sometimes visual studio holds onto DLLs and refuses to build (happens to me all the time, never found a reason (and yes, it happens without the .NET reflector plugin installed).

Pretty much all you can is restart all visual studios and see if that fixes it.

answered Feb 20 at 15:37

Nigel's gravatar image

Nigel ♦♦
2465

Sometimes disabling the "Enable the Visual Studio hosting process" in the debug tab of your projects properties will help. But it really depends on what you're debugging.

(Feb 20 at 15:49) ecodcode
Your answer
toggle preview

Follow this question


By Email:

Once you sign in you will be able to subscribe for any updates here


By RSS:

Answers

Answers and Comments

Formatting your answer

  • *Italic*
  • **Bold**
  • ***Bold Italic***
  • Link: [text](http://url.com/ "title")
  • Paragraph: Two line breaks
  • Bulleted list: Paragraph then start line with *
  • Numbered list: Paragraph then start line with 1.
  • Blockquote: Paragraph then start with with >
  • Basic HTML tags are also supported

Asked: Feb 18 at 20:10

Seen: 143 times

Last updated: Feb 20 at 15:49

 

Tags:

×3