i was created one application like cricket new and score.
i also created one exe file for that project.
its working fine in my machine.
but its not working in others machine.
plz anyone help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 11, 2011, 12:12 PM
Look for articles about those things. All three words describe the process of making a program work in other computers. Visual Studio can make it very easy to create a setup program to deploy (install) an application; you just need to find articles and other materials about how to use it. The VS documentation is also a good resource.
Amit ChoudharyPosted Feb 11, 2011, 6:28 AM
1. Your application may require .Net framework installed on that machine.
2. Check if you have use hardcode for Database or Files etc.
If above solution didn't work for you then you can post the snapshot of error it'll help you give you more specific solution.
Thanks
Please mark "Do you like this post?" if it helps you.