Guest avissoft Posted May 16, 2002 Posted May 16, 2002 Hello! A program created in VB requires Runtimes...does program created in VB.Net requires some runtimes too ??? If no then t means the .exe created is standalone..!! Am i rieto ? Thanks! Quote
Guest Agent Posted May 16, 2002 Posted May 16, 2002 This thread belongs in VB .NET forum. I posted this question here. Quote
Guest vkraman Posted May 24, 2002 Posted May 24, 2002 Hi Visual Basic on its new avtar VB.NET like other .NET framework languages (C#.NET, VC++.NET, J#.NET) has to be compliant with CLR specification. The requisite files for VB.NET are within the CLR as mentioned below. Visual Basic Runtime MSVBVM60.DLL - NT 4.0 Visual Basic Runtime MSVBVM60.DLL - Win2k CLR Runtime MSCOREE.DLL MSCORLIB.DLL - .NET While, till vb 6.0, VS IDE is an integral part of Visual Basic, it is no longer so from .NET era. You can write your VB.NET code on notepad and compile it using console. Hope this clarifies your query. Regards, Kalyan :) Quote
*Gurus* divil Posted May 24, 2002 *Gurus* Posted May 24, 2002 Any program you write in VB.NET will require a lot more than those two files to run, you should really have the whole .NET framework runtimes (21meg) installed. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Guest vkraman Posted May 24, 2002 Posted May 24, 2002 RE: Divil's reply: I agree with you. My reply to Avvisoft was specific to vbruntime as we have in vb 6 and how it maps in the CLR. For any .NET based program to run, the basic necessity is the CLR (read .NET framework) to be installed which is distributed with the application either in Full version or in control version as the case may be. regards, :) Quote
Guest avissoft Posted May 28, 2002 Posted May 28, 2002 :D Thanks for the info!! Sad news though...but thanks!!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.