Solution with C# Project and VB project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an ftp client written in c# that I would like to add to a solution
that currently contains one VB Project. Should I just add the c# as a
project to the solution. Any KB articles I can read to figure out how to
call this c# project from the vb project?
 
Caroline,
I have an ftp client written in c# that I would like to add to a solution
that currently contains one VB Project. Should I just add the c# as a
project to the solution. Any KB articles I can read to figure out how to
call this c# project from the vb project?

Yes,

And than make from it using the project properties a DDL library project
from that C# project.

Than you can reference it using project->add references->projects

I hope this helps,

Cor
 
Hi Caroline,

Does "Cor Ligthert [MVP]"'s reply make sense to you? If you still have any
concern, please feel free to feedback, thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top