How to use C# Class Code into vb.net for ASP.net

A

Ather Ali Shaikh

Hi All,

I have a class written in C# I am unable to convert it into vb.net class.
Can I use it as is in vb.net. I dont want to make any dll.

Reagrds
Ather Ali Shaikh
 
S

Steve C. Orr [MVP, MCSD]

Currently you can use multiple languages within a solution, but only one
language per project.
Things should get even more flexible in .NET 2.0.
 
J

Juliet Choy

Hi Ather,

I wonder why don't you want to make any dll. Maybe you have your own reason?

The way to do it is just to compile your C# class into a DLL and
reference it in your VB.NET project.

Juliet Choy
MVP(ASP.NET)
Hong Kong
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top