
Deploying vb.net windows form application on a pc without the .net framework
You can't, if it's written in VB .NET.
VB .NET will use a DLL called mscorlib.dll regardless of dependancies and
etc. It needs this to run and mscorlib.dll is installed as part of the
framework.
==============================================
Happy To Help,
Tom Spink
http://dotnetx.betasafe.com >> VB, VB.NET, C#, C++ Code
Quote:
> Hi There,
> Could someone tell me what I need to do to deploy my application on a pc
> without having to install the .net framework?
> Thanks,
> Josh