Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I developed one windows application using c#.

Can anyone tell me the process of hosting and requirements needed for the application to host in the client machine.

Thank you,
Daniel
Posted

Just install it. If you use the VS2010 Installation Wizard[^] it will pretty much do everything for you.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Jun-12 3:07am    
I don't think this is what OP needs; I mean not installation (also not a fact), but the answer. The problem is the weird misconception, not too uncommon though...
--SA
The concept of "hosting" is not applicable to Windows applications, which are way simpler (and typically more powerful) then Web applications, probably something your thinking is preoccupied with. The application can be "copied", "deployed" or "installed" on the target machine. If you are asking about "client", you need to explain what do you mean by that: a client of what service. Of do you mean something like a "business client".

Whatever do you mean, you should explain it, but the problem is: you are probably so much lost, that it's hard to understand what explanations do you need. I have an impression that, despite of your "I developed", you have very little understanding of how computing works in general. The hint is: things are probably much simpler then you tend to think. I would be very glad to know if I'm mistaken here, though…

—SA
 
Share this answer
 
v3
Comments
VJ Reddy 13-Jun-12 13:08pm    
Good answer. 5!
Sergey Alexandrovich Kryukov 13-Jun-12 18:25pm    
Thank you, VJ.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900