Creating new VB. NET project in Visual Studio. Selecting VB. NET Console Application project template. Adding assembly references to the project. For projects targeting Framework 4. Option to embed interop assemblies. Note, that GetObject will create new instance if it cannot connect to the active session. My approach to this problem is relying on a bit old. NET version 3. If you want a for-sure overall compatible program you should work quite a lot on this front compatibility between versions is one of most typical problem of any programming platform , instead expecting Microsoft to take care of everything.
Thus, in principle, just one. NET version the last one has to be installed which, on the other hand, is not the case for a big proportion of computers; for example: computer including the 3. Lastly, I want to highlight that my intention with this answer is not defending any programming approach over any other one; I am just describing what is there from the point of view of your question "can I remove the.
NET part? If you want to rely on a different programming platform you should get informed about it I am sure that Camilo Martin will be more than happy to help you on this front.
If you prefer to rely on. NET, be sure that you can generate an overall compatible program to be run on Windows.
Quick Basic once made and executable. You can look at Mono to see if they have anything yet. Why do you need an executable.
If the reason is for security and to minimize chances of reverse engineering, then get a good obfuscator. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. How to make a Vb. Exe Ask Question. Asked 8 years, 7 months ago. Active 11 months ago. Viewed 36k times. Is there any converter program that can do this for me?
Improve this question. Short answer: you need. It weights a ton, so imagine how nice would it be to have your small half-megabyte program suddenly be 80 MB. You'll have some dependencies when you write a VB. NET program. Remove From My Forums.
Asked by:. Archived Forums V. Visual Basic Language. Not for VB6 0 1. Sign in to vote. Hi Everybody, I am new to vb.
Now I am doing on project. In that project i am having lot of files, and i want to add that whole file into one EXE without using any InstallShield softwares and vb. Ask a question.
Quick access. Search related threads. Remove From My Forums. Answered by:. Archived Forums. Visual Basic. Not for VB6 questions. Sign in to vote. We are converting VB6 applications to VB net.
In the past we would create a folder of executables on a shared server and then we would call an execuatable from a VB6 project. In VB net there does not appear to be a way to create an execuatable that can be called by another VB net project. You can publish the application and put a shortcut on users start menu but you cant call a program that is on someones start menu.
Is there a way to creat an execuatble file that can be accessed from one central location like on a server that all the user can see. Tuesday, December 16, PM. Note that running an. NET EXE across a network has some additional security implications if you go this route, which means the client computer needs some security settings set I don't know what they are off the top of my head.
0コメント