Can I Mix languages in same project? C# and VB in Same project?

Ok, I have a C# project developed by a friend. I don't know much about C# and my friend does not know much about VB but I do.
Now what we want to do is this.
I have a VB blog application that we would like to add as a folder to his existing application.
That is,  all the codes and everything about the blog resides in a separate folder inside the C# application. Will this work
Thanks


Answer this question

Can I Mix languages in same project? C# and VB in Same project?

  • Jaiprakash Sharma MSFT

    This might help
    http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconbuildingmulti-fileassembly.asp

  • zpjim

    Hi,

    You can manually delete it in the registry. Run "RegEdit" navigate to HKEY_CURRENT_USER->Software->Microsoft->VisualStudio->8.0->ProjectMRUList or FileMRUList listed there are the items displayed in the Recent Projects.

    But be warned that deleting an item would delete all items bellow it, eg. if you delete File # 5 then Files 6 downwards would also be removed. To prevent this, renumber all files after deleting...

     

    cheers,

    Paul June A. Domag



  • Walter Boncal

    Thanks much, I thought there should be a way, but not very sure.
    Thanks again.
    Now do you know how I can delete some items from the "Recent Projects" list
    Thanks,
    yousaid

  • Daren Yong

    You can have the C# project and the VB project side by side in the same solution. Open the C# project, and in the Solution Explorer right-click on the solution node at the very top. Choose Add/Existing Project... and select the VB project.

    -Tom Meschter
    Software Dev, Visual C# IDE

  • Can I Mix languages in same project? C# and VB in Same project?