Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i Make A Software In vb.net and i just run in other computer so its shows a error 000x like error so i have no installed frame work and so tell me how i can code behind there that if its is error because or frame work so it give me a msg box that you want to download frame work so please tell me what code and how i should that code please help me
Posted

1 solution

You can't just take the executable file you generate and copy it to a fresh computer and expect it to work - it needs thw .NET framework as well at a minimum.

In Visual Studio, add a new project, and select "Setup and Deployment" as the project type - it will guide you through the process of creating a setup program to install your application, which should install all it's dependencies as well - including the framework!
 
Share this answer
 
Comments
Аslam Iqbal 11-Sep-11 10:36am    
perfect solution. my 5

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