Converting Projects

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bert

    #1

    Converting Projects

    Hi,

    Does .NET offer a facility to convert C# projects to VB projects and vice
    versa??

    just wondering!


  • David Williams

    #2
    Re: Converting Projects

    No, there is no built-in way to convert projects from one language to
    another. However there are a couple of 3rd party tools that do this. For
    full projects, I use the code at
    http://www.kamalpatel.net/ConvertCSharp2VB.aspx. For on the fly conversions
    I use http://www.aspalliance.com/aldotnet/...translate.aspx.

    HTH

    David Williams [MVP]
    "Bert" <rrrrr@gfgfggf. com> wrote in message
    news:%23Zk2Sbf1 DHA.2388@TK2MSF TNGP09.phx.gbl. ..[color=blue]
    > Hi,
    >
    > Does .NET offer a facility to convert C# projects to VB projects and vice
    > versa??
    >
    > just wondering!
    >
    >[/color]


    Comment

    Working...