Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when building project #2

Open
akoSalman opened this issue Jul 3, 2016 · 1 comment
Open

error when building project #2

akoSalman opened this issue Jul 3, 2016 · 1 comment

Comments

@akoSalman
Copy link

Error 1 Source file 'src\elements\gate\AndGateElm.cs' could not be found E:\SharpCircuit\SharpCircuits\CSC SharpCircuit
Error 2 Source file 'src\elements\gate\NandGateElm.cs' could not be found E:\SharpCircuit\SharpCircuits\CSC SharpCircuit
Error 3 Source file 'src\elements\gate\NorGateElm.cs' could not be found E:\SharpCircuit\SharpCircuits\CSC SharpCircuit
Error 4 Source file 'src\elements\gate\OrGateElm.cs' could not be found E:\SharpCircuit\SharpCircuits\CSC SharpCircuit
Error 5 Source file 'src\elements\gate\XorGateElm.cs' could not be found E:\SharpCircuit\SharpCircuits\CSC SharpCircuit
Error 6 Metadata file 'E:\SharpCircuit\SharpCircuits\bin\Debug\SharpCircuit.exe' could not be found E:\SharpCircuit\SharpCircuitsTest\CSC SharpCircuitTest
it throws these errors in visual studio when building projects .... how to solve ?

@garybarnes995
Copy link

Just change the names of the files in src\elements\gate to suit. For example, AndGate.cs becomes AndGateElm.cs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants