soadlink Posted October 26, 2003 Posted October 26, 2003 What is a good way to assure that all my program users will actually get to open and use my program without getting missing file errors and whatnot? i tell them to make sure the latest .net framework is installed but still many people get errors when using my programs, and there are too many different errors to name specifically.... it seems to work for me... what do i have that they do not that could keep them from usingmy programs... any tips and info would be helpful. thank you in advance ;) Quote
*Experts* mutant Posted October 26, 2003 *Experts* Posted October 26, 2003 File paths could be one problem. (Are you hardcoding any?) Are you distributing all the DLLs you reference? (not the ones from the Framework) There could be many, many problems. Its better to go through all of them one by one than trying to figure them out like this :). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.