what is the difference between .sln and .vbproj?
hi,
what is the difference between .sln and .vbproj?
many thx
hunb
hi,
what is the difference between .sln and .vbproj?
many thx
hunb
Hi,
The .sln is your solution. It can contain multiple project. While the .vbproj is your project. It contains the files needed for the project.
cheers,
Paul June A. Domag
hi,
i have one more question
after i published the program and installed the .exe file at the Computer-B,
how can i update the exe file if i have any change of the program?
or i need to re-install the program every time i change the program?
as i can just find the shortcut of the program at computer-B
many thx
hunb
HI,
Strictly speaking you must uninstall and reinstall your program to be able to update the exe. But for me, if the changes involved are strictly in the .exe file then you can just overwrite the exe in your installation folder.
cheers,
Paul June A. Domag