VB.NET without .NET Framework?

wfunction

Well-known member
Joined
Oct 31, 2006
Messages
46
Programming Experience
1-3
Does anyone know how to use a VB.NET application without having to install the framework? I need to do this on a computer which I am not the owner and do not want to install the framework. Thanks.
 
It can be done and there are programs available to allow you to do such a thing. One of them is called Xenocode Postbuild. It'll cost you a couple of hundred pounds though.

True! :) I was answering on a puritannical level:

There is no way to run a .NET application on a machine that does not have the .NET framework installed

Compiling a .NET application (MSIL) into native code means it is not a .NET application any more.

However, vis is correct in that you will have a program that was originally written in vb.net that does not require the .NET framework to run. Its a case of interpreting the OP's question - and it seems the differing interpretation has led to a very good, complete answer in this case :)
 
Oh

Oh, OK. Vis, do you know of any free programs? Or fully functional trials for a period?
 
Back
Top