0

I am getting the error "<somepath>\obj\x86\Debug\ucBrowser.dll" or one of its dependencies can't be found.

I have not fully investigated what the real problem is, but I really wonder why the IDE would try to find something in the "\obj\x86..." folder.

I would like to have everything placed in one folder, not something in "\obj\", something in "\obj\x86", something in "\bin\x86\Debug". etc-

Can I get this straight?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
tmighty
  • 10,734
  • 21
  • 104
  • 218

1 Answers1

0

Would this help? VisualStudio: How to save the obj folder somewhere else

Basically you need to open .vbproj file and change the property BaseIntermediateOutputPath

Community
  • 1
  • 1
BobNoobGuy
  • 1,551
  • 2
  • 30
  • 62
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Mathias Müller Jun 05 '14 at 19:19
  • @MathiasMüller the essential parts are included. – Kijewski Jun 05 '14 at 19:26
  • @Kay This is a borderline case - I think this post is not enough to be an answer in its own right. Also, the question should be flagged as duplicate instead of referring to another SO question with a link. – Mathias Müller Jun 05 '14 at 19:28