deployment - VB.NET: Can the .EXE built by VS2005 be deployed as a standalone EXE? -
VB.NET: created by VS 2005 .exe
as a standalone Can be deployed to EXE
?
When I change the mode in "Release" in VS2005 and create the solution, then the solution in the bin \ release
directory is .exe
File, but this is also the .pdb
, vshost.exe
and .xml
file. What are these additional files and what are they necessary?
I copied the file to another machine and it was executed properly, but after that there was a significant delay in executing for the first time. It was like any other program, what is the reason for this, and can it be helped? Is it because the other 3 files in the release folder are not there?
Comments
Post a Comment