TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dc
NA
663
0
C#.net 2008 postbuild Error 19 exited with code 1I
Jul 12 2011 9:07 PM
I am hoping you can help me figure out my is causing my error message.
In a C#.net 2008 application, I am getting the following error message from the postbuild event when I try to compile an application:
Error 19 The command "C:\enrol\EnrollT.PostBuild\bin\Debug\\EnrollT.PostBuild.exe
Debug" exited with code 1.
The acutal code is the postbuild event is:
$(SolutionDir)EnrollT.PostBuild\$(OutDir)\EnrollT.PostBuild.exe $(ConfigurationName)
The postbuild event somehow translates to:
C:\enrol\EnrollT.PostBuild\bin\Debug\\EnrollT.PostBuild.exe
Debug"
Reply
Answers (
1
)
What is a tinyint in C#?
VB.net 2008 build issue