Jump to content
Xtreme .Net Talk

Visual Basic & Visual Studio .NET


Recommended Posts

Guest avissoft
Posted

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!

Guest Agent
Posted

This thread belongs in VB .NET forum.

 

I posted this question here.

Guest vkraman
Posted

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 :)

Guest vkraman
Posted

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,

 

:)

Guest avissoft
Posted
:D Thanks for the info!! Sad news though...but thanks!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...