The Artima Developer Community
Sponsored Link

C# Answers Forum
Missing Build in C#

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
William Thompson

Posts: 11
Nickname: xarzu
Registered: Nov, 2007

Missing Build in C# Posted: Jan 9, 2008 1:44 PM
Reply to this message Reply
Advertisement
I am able to build a code that was handed to me from a former co-worker. But when I try to run the code I get an error that says "Visual Studio cannot start debugging because the debug target <and then it shows the path and execuatable name in the bin\Release directory> is missing. Please build theproject and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly".

I have tried this by using both bin\Release and bin\Debug and I get the same sort of error when I try to run either within or without debug mode.

When I right-click on the project to show the project properties, here are by build settings:
[IMG]http://i67.photobucket.com/albums/h292/Athono/build.jpg[/IMG]

Topic: what are generic types used for? Previous Topic   Next Topic Topic: Moving files from one folder to another

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use