hi,
i create one windows forms project (c#.net) and i deploy that project and i install that deployed software in my computer it works.
my doubt is i want to install this deployed software in another computer in that computer there is no .Net and no .Net Librarys.
if i want to install this software which requirements i have in another computer(Windows XP). compulsary to install .net (or) install .net librarys is enough, if .net librays is enough, this .net librarys are where available means from which website to download this .net librays software.
Thanks.
Loading
CrishPosted May 12, 2010, 8:49 AM
http://www.beansoftware.com/Windows-Forms-Tutorials/Deploy-NET-Windows-Application.aspx
Satyapriya NayakPosted May 12, 2010, 7:17 AM
You have to install only the framework in the other computer.Below link is dowload details of Microsoft .NET Framework 3.5
http://www.microsoft.com/downloads/details.aspx?FamilyId=333325fd-ae52-4e35-b531-508d977d32a6&displaylang=en
Thanks