Adding references as VB does.

  • Thread starter Thread starter Mr. X.
  • Start date Start date
M

Mr. X.

Hello.
I am converting my project from VB.NET to C#.
I found a free tool on the internet :
http://www.developerfusion.com/tools/convert/vb-to-csharp/ as Arne said.

Now I am trying to add some references as I used in VB.NET,
but in C# it looks different.
On project->properties->references in VB, it's now
project->properties->references path.

How can I add a new reference in C# ?

Thanks :)
 
Sorry - solved.
I see that : project->right click -> add reference, I can do that.
The references are not seen on project->properties, as I used to see.

Thanks :)
 
Back
Top