Well Randy...
>Net framework compiles code into an Intermediate Language (MSIL). and so a
c# component can talk to VB.Net compoent, as both interpret thro this IL
which is developed while compiling the code... thats why .Net has become an
Language Independent...
keep me posted if u have any issues
==============================
S.Ramanujam
Programmer Analyst
Cognizant Technology Solutions (p) Ltd. - CTS
38 & 39 Whites Road,
WCB - Whites Road Circular Building
Royapettah, Chennai - 600014
Ph : +xx xx xxx xxxx Extn 5113 [Off]
: +xx xx xxx xxxx [Res]
-----Original Message-----
From: Randy Cornish [mailto:rlcornish@c...]
Sent: Saturday, September 07, 2002 8:50 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: c#/vb business object
It's my understanding, from a co-worker, that you cannot have VB.NET and
C# classes talking to each WITHIN the same Solution. This is probably
because you can't have a vbproj file and csproj file together. Has
anyone been able to do this? I HAVE been able to talk to a VB.NET DLL
from C# - no problem.
R
> Sure you can use C# and vb.net in the same app (and C++ and J#). You
can even debug from one to the others.
The larger the development project, the more you'll want to go with one
language. I would suggest one language even on a small project.
Hope that helps.
Andrew
http://whirly.info
.NET forums for developers
-----Original Message-----
From: Preston R [mailto:prestonr@s...]
Sent: Monday, September 02, 2002 1:40 PM
To: ASPX_Professional
Subject: [aspx_professional] c#/vb business object
Hi all,
Is it possitle to create a business object (dll) in vb.net and be able
to
use that dll through a c# aspx page?
I guess my question is... after I create and compile the .vb file into
the
dll can any language use that dll's functionality?
Also, the company I work for is deciding on whether to use c# or vb.net
for our asp.net pages. Can you see any problems with using both? I know
you can't use c# and vb in the same page, but do you see any other
problems that may arise?
Thank you
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=3D1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=3D1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---