Jump to content
Xtreme .Net Talk

Xarzu

Members
  • Posts

    2
  • Joined

  • Last visited

About Xarzu

  • Birthday 06/17/1961

Xarzu's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. How do you programatically open a file in c# to append? I tried searching online for an example and so far I have not found anything. There is System.IO.StreamWriter and there is System.IO.StreamReader but there is no StreamAppend. Is there some way to use StreamWriter without overwritting the content of the existing file? Is there some way to use System.IO.Stream with some sort of appending criteria?
  2. I am able to build a program 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: http://i67.photobucket.com/albums/h292/Athono/build.jpg
×
×
  • Create New...