function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SR1995SR1995 

Errors in basicSample_cs on compile (missing files)

After running the msi for C# console app sample (basicSample_cs http://wiki.apexdevnet.com/images/2/2e/BasicSample_cs.zip ) and compiling the solution, I got errors for a missing app.config which I stopped by copying the config for the compiled version and renaming it and also got the two errors below. How can I correct them? Or, is there a different/better way to
 
Errors:
1. Error 1 Source file 'C:\Program Files\salesforce.com\AppExchange Developer Network\samples\Apex Developer Network\CSharp .Net\basicSample_cs_Ent 10.0\Web References\apexMetadata\Reference.cs' could not be opened ('The system cannot find the file specified. ') basicSample_cs
2. Error 2 Source file 'C:\Program Files\salesforce.com\AppExchange Developer Network\samples\Apex Developer Network\CSharp .Net\basicSample_cs_Ent 10.0\Properties\Settings.Designer.cs' could not be opened ('The system cannot find the file specified. ') basicSample_cs
Thank you.
mangiamangia
I've encountered that same problems compiling the C# sample.  Any suggestions?