C# and VB.Net in the same project, possible?

T

Toni

Hello folks,

Is it possible to have one form written in vb.net and another in C# in the
same project?
How about diff sub projects but compile to the same exe or dll?


Thanks,
Toni
 
S

Shankara Narayanan

Hi -

This is not possible. When you create a new project you have to create
with C# or VB. The compiler can compile projects with only one of the
languages.

Shankar
 
H

Herfried K. Wagner [MVP]

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