Facepalm Moment
-
I have been working for the last TWO HOURS on trying to figure out why a post build event in Visual Studio kept failing! Here is what failed:
echo f | xcopy /Y "$(ProjectDir)GryphonSoft.NetPad.addin" $(SolutionDir)AddIns\GryphonSoft.NetPad.addin"
Can you spot the goof?
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a
missing quote (")
Independent ACN Business Owner
Need a new cell phone? We supply most of the major carriers. Telus in Canada. Flash, Verizon, T-Mobile and Sprint in the USA. O2, talkmobile, tmobile, orange, three, and vodafone in Europe. See my website for details.
Within you lies the power for good - Use it!
-
missing quote (")
Independent ACN Business Owner
Need a new cell phone? We supply most of the major carriers. Telus in Canada. Flash, Verizon, T-Mobile and Sprint in the USA. O2, talkmobile, tmobile, orange, three, and vodafone in Europe. See my website for details.
Within you lies the power for good - Use it!
Yup. Not sure how I missed that one for so long. :doh:
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a
-
I have been working for the last TWO HOURS on trying to figure out why a post build event in Visual Studio kept failing! Here is what failed:
echo f | xcopy /Y "$(ProjectDir)GryphonSoft.NetPad.addin" $(SolutionDir)AddIns\GryphonSoft.NetPad.addin"
Can you spot the goof?
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a
Mismatched quotes. You've got 3 in there. 2 hours?? You really need a vacation! It took me 5 seconds to see it.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
I have been working for the last TWO HOURS on trying to figure out why a post build event in Visual Studio kept failing! Here is what failed:
echo f | xcopy /Y "$(ProjectDir)GryphonSoft.NetPad.addin" $(SolutionDir)AddIns\GryphonSoft.NetPad.addin"
Can you spot the goof?
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a
I usually forget to use CALL with multiple BAT files.
-
Mismatched quotes. You've got 3 in there. 2 hours?? You really need a vacation! It took me 5 seconds to see it.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Yup. Not sure how I missed that one for so long. :doh:
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a
Well, it was a missing quote, you know?
-
I have been working for the last TWO HOURS on trying to figure out why a post build event in Visual Studio kept failing! Here is what failed:
echo f | xcopy /Y "$(ProjectDir)GryphonSoft.NetPad.addin" $(SolutionDir)AddIns\GryphonSoft.NetPad.addin"
Can you spot the goof?
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a
It's one of those errors that's a lot easier for others to find. Because you know that you wouldn't miss something as silly as that, right? :rolleyes: Happens to me a lot more often than I'd like to admit.
People say nothing is impossible, but I do nothing every day.
-
Well, it was a missing quote, you know?
GROAN! :rolleyes: <---- We really need a groan smiley! :groan:
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a
-
I have been working for the last TWO HOURS on trying to figure out why a post build event in Visual Studio kept failing! Here is what failed:
echo f | xcopy /Y "$(ProjectDir)GryphonSoft.NetPad.addin" $(SolutionDir)AddIns\GryphonSoft.NetPad.addin"
Can you spot the goof?
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a
Can I quote you on it?
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
Can I quote you on it?
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
(√(GROAN!)2)∞!
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a
-
I usually forget to use CALL with multiple BAT files.
-
I have been working for the last TWO HOURS on trying to figure out why a post build event in Visual Studio kept failing! Here is what failed:
echo f | xcopy /Y "$(ProjectDir)GryphonSoft.NetPad.addin" $(SolutionDir)AddIns\GryphonSoft.NetPad.addin"
Can you spot the goof?
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a
you closed a quote that you never began
-
Mismatched quotes. You've got 3 in there. 2 hours?? You really need a vacation! It took me 5 seconds to see it.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak