Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
QuestionHow to get the final program? [modified] Pin
hanxing_c18-Dec-08 2:52
hanxing_c18-Dec-08 2:52 
AnswerRe: How to get the final program? Pin
hanxing_c18-Dec-08 2:57
hanxing_c18-Dec-08 2:57 
GeneralRe: How to get the final program? Pin
EliottA18-Dec-08 3:02
EliottA18-Dec-08 3:02 
AnswerRe: How to get the final program? Pin
Alan N18-Dec-08 3:04
Alan N18-Dec-08 3:04 
AnswerRe: How to get the final program? Pin
Simon P Stevens18-Dec-08 3:06
Simon P Stevens18-Dec-08 3:06 
AnswerRe: How to get the final program? Pin
Abhijit Jana18-Dec-08 3:10
professionalAbhijit Jana18-Dec-08 3:10 
AnswerRe: How to get the final program? Pin
benjymous18-Dec-08 3:10
benjymous18-Dec-08 3:10 
AnswerRe: How to get the final program? Pin
Tom Deketelaere18-Dec-08 3:11
professionalTom Deketelaere18-Dec-08 3:11 
Copy pasting the release folder (as I think you are doing) is not the way to deploy a program.
Since you need .net framework (that could be causing the errors)
You might need several dll's that aren't in the release folder (that could also could be causing the errors)

You should add a new project to your solution of the type setup project.
Add your project output to the application folder, maybe add a few shortcuts as you see fit, build that and use the .exe and .msi that it creates to install your program.

Other that this I can't give you more help with the information you provided
AnswerRe: How to get the final program? Pin
Lev Danielyan18-Dec-08 3:11
Lev Danielyan18-Dec-08 3:11 
Answer[Message Deleted] Pin
hanxing_c18-Dec-08 3:16
hanxing_c18-Dec-08 3:16 
GeneralRe: How to get the final program? Pin
Dan Neely18-Dec-08 3:26
Dan Neely18-Dec-08 3:26 
GeneralRe: How to get the final program? Pin
Luc Pattyn18-Dec-08 3:44
sitebuilderLuc Pattyn18-Dec-08 3:44 
Questionadding stuff to labels from textboxes but creating new labels to populate as we go? Pin
Davey8518-Dec-08 0:54
Davey8518-Dec-08 0:54 
AnswerRe: adding stuff to labels from textboxes but creating new labels to populate as we go? Pin
Expert Coming18-Dec-08 0:59
Expert Coming18-Dec-08 0:59 
GeneralRe: adding stuff to labels from textboxes but creating new labels to populate as we go? Pin
Davey8518-Dec-08 2:09
Davey8518-Dec-08 2:09 
AnswerRe: adding stuff to labels from textboxes but creating new labels to populate as we go? Pin
benjymous18-Dec-08 1:32
benjymous18-Dec-08 1:32 
AnswerRe: adding stuff to labels from textboxes but creating new labels to populate as we go? Pin
Brij18-Dec-08 1:59
mentorBrij18-Dec-08 1:59 
QuestionRegular Expression for Date Validator not working? Pin
Dinker Batra18-Dec-08 0:29
Dinker Batra18-Dec-08 0:29 
AnswerRe: Regular Expression for Date Validator not working? Pin
Dinker Batra18-Dec-08 0:32
Dinker Batra18-Dec-08 0:32 
GeneralRe: Regular Expression for Date Validator not working? Pin
Guffa18-Dec-08 0:39
Guffa18-Dec-08 0:39 
GeneralRe: Regular Expression for Date Validator not working? Pin
Dinker Batra18-Dec-08 0:48
Dinker Batra18-Dec-08 0:48 
GeneralRe: Regular Expression for Date Validator not working? Pin
Guffa18-Dec-08 1:47
Guffa18-Dec-08 1:47 
GeneralRe: Regular Expression for Date Validator not working? Pin
Dinker Batra18-Dec-08 1:57
Dinker Batra18-Dec-08 1:57 
GeneralRe: Regular Expression for Date Validator not working? Pin
Gideon Engelberth18-Dec-08 3:33
Gideon Engelberth18-Dec-08 3:33 
AnswerRe: Regular Expression for Date Validator not working? Pin
PIEBALDconsult18-Dec-08 12:16
mvePIEBALDconsult18-Dec-08 12:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.