[Mono-list] VB application compiled IL with Mono .NET Runtime
Akhilesh
akhilesh_agarwal@usa.net
Sun, 31 Mar 2002 12:25:27 +0530
Thanks for your reply. Whenever I develop VB.NET app, I remove all
references to Microsoft.VisualBasic.dll, will this still be used
internally somehow?
Akhilesh
-----Original Message-----
From: Jason Whittington [mailto:jasonw@develop.com]
Sent: Saturday, March 30, 2002 10:41 PM
To: Akhilesh
Subject: RE: [Mono-list] VB application compiled IL with Mono .NET
Runtime
>Hi,
>
>Can I run a VB.NET compiled application (IL or EXE) in MS .NET
Framework >with Mono .NET Runtime?
The issue is not IL, Mono can handle that. VB apps tend use classes
from Microsoft.VisualBasic.dll, which AFAIK nobody is porting to mono
yet.
Jason