Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compile Errors with C# 2005 project

Status
Not open for further replies.

scabral79

MIS
May 16, 2007
25
US
Hi,

i received a C# project from a vendor and i loaded it on my machine in MY DOCUMENTS folder and i tried to compile it but got these errors:

Error 1 Source file 'C:\Documents and Settings\e909486\My Documents\us.microarts\modules\Logger.cs' could not be opened ('The system cannot find the path specified. ') IcxInvoice
Error 2 Source file 'C:\Documents and Settings\e909486\My Documents\us.microarts\modules\PageTextBuffer.cs' could not be opened ('The system cannot find the path specified. ') IcxInvoice
Error 3 Source file 'C:\Documents and Settings\e909486\My Documents\us.microarts\modules\SystemProperties.cs ' could not be opened ('The system cannot find the path specified. ') IcxInvoice
Error 4 Source file 'C:\Documents and Settings\e909486\My Documents\us.microarts\modules\Pair.cs' could not be opened ('The system cannot find the path specified. ') IcxInvoice
Error 5 Source file 'C:\Documents and Settings\e909486\My Documents\us.microarts\modules\PropertyMap.cs' could not be opened ('The system cannot find the path specified. ') IcxInvoice
Error 6 Source file 'C:\Documents and Settings\e909486\My Documents\us.microarts\modules\CsvMap.cs' could not be opened ('The system cannot find the path specified. ') IcxInvoice
Error 7 Source file 'C:\Documents and Settings\e909486\My Documents\us.microarts\modules\Utils.cs' could not be opened ('The system cannot find the path specified. ') IcxInvoice
Error 8 Source file 'C:\Documents and Settings\e909486\My Documents\us.microarts\modules\InvException.cs' could not be opened ('The system cannot find the path specified. ') IcxInvoice
Error 9 Source file 'C:\Documents and Settings\e909486\My Documents\us.microarts\modules\CSVReader.cs' could not be opened ('The system cannot find the path specified. ') IcxInvoice

Any ideas why this is happening?

scott
 
The project cannot find the files that it needs. You can remove the files (you should see a yellow exclaimation mark on them or they are greyed out) and then re-add them to the solution.


 
Also, they may have not sent you those files.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top