i made a simple program and i made it executable and then i tried to run it in other computer without installed visual basic and when i’ve run it has an error said Run-time error 339 Component MSDTAGRD.ocx or one of its dependencies not correctly registered. A file is missing or invalid. Who can helped me on this>>>????
Tags: Basic, Into, Program, Register, Registry, System, Visual
You can’t run the program directly by .exe file (which you have made by File >> “yourprojectname”.exe) on other computer which havn’t VB or dependency files installed. For this you have to make a Package of your Project -
Go to -
Start >> Microsoft Visual Studio >> Microsoft Visual Studio Tools >> Package & Deployment Wizard
Select your project file, click on the package and proceed further.
you must need install “SDK of vb”
in other computer…