how do you deploy a csharp application?
[ I concur with Hannes and DataMiser (see below); Question is therefore reinstated -BioPhysEngr ]
I know this sounds like a simple question, but let's not forget we're using MS technologies here.
How do I get my application, all dlls and things into a single file that I can send to someone for them to run on their PC? I tried to use the "publish" thing in devstudio but it makes no sense to me, and it didn't work. When I install the setup.exe it says "Application validation did not succeed. Unable to continue".
Re: how do you deploy a csharp application?
I haven't figured it out yet either... there are very different tutorials and how to do's online but non work right or are too complicated. I wish microsoft would stop fixing things that were not broken! But then again, they have to make money somehow, and that's by selling you the next version that fixes this and breaks other things!
Re: how do you deploy a csharp application?
Quote:
Originally Posted by
c94wjpn
deleted
AND NOW?? Why did you delete your post?? Somebody has replied to your question.
This is unfair to the forum members, because they cannot see your original question. This is selfish.
Please edit your post to reflect your question.
Re: how do you deploy a csharp application?
Quote:
Originally Posted by
HanneSThEGreaT
AND NOW?? Why did you delete your post?? Somebody has replied to your question.
This is unfair to the forum members, because they cannot see your original question. This is selfish.
Please edit your post to reflect your question.
He asked how do you deploy a csharp application!? lol
Re: how do you deploy a csharp application?
Quote:
Originally Posted by
philosophe
He asked how do you deploy a csharp application!? lol
That is not the point. The point is that he has deleted his original post, rendering this thread entirely USELESS for anybode else with the same problem
Re: how do you deploy a csharp application?
I never have been able to understand why some people will post a question then come back and delete it aftewards. Makes no sense and does no one else any good.
As for the question in the thread title. VS has a setup project template which can be used to create a installer package for your program. I have never used the express edition but it seems like I have saw something about this not being included with it. Not surprising since express version is free.
For many C# projects there is not even a need for an installer, just copy the exe to the target pc and if the framework is there which is likely the case it will work just fine. If you have used 3rd party dlls then it is a bit different but basic programs need only the framework to run.
Re: how do you deploy a csharp application?
[ I have re-instated the question, concurring with the logic of Hannes and DataMiser ]
In answer to the question: have a look at ILMerge (see link).