Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a project that was developed using Visual C# 2010 and I would like to know how can I convert the project to VB.NET? Remember, I just do not want individual files to be converted, but the entire project. In other words, all the files that came with the solution.
Posted
Comments
[no name] 10-Jul-14 10:49am    
There is no magic wand. Create a VB.NET solution and port the C# code to your VB.NET solution.

I haven't tried it, but Developer Fusion[^] claim to do it.

I'd suspect you will have some problems though - even they admit it's not perfect, so expect to have to do some serious testing of teh output.

And don't expect it to convert a Winforms app to a website or similar - that is a whole different kettle of fish!
 
Share this answer
 
There is a thing named "Reflector".
I am not sure BUT That can be used to Convert .dll files to C# or VB.net code(like Decompiler)
There might be Tools for this kind of Conversation.

This Might Help you...

http://stackoverflow.com/questions/11462373/how-to-convert-c-sharp-code-to-vb-net[^]

http://stackoverflow.com/questions/8968454/can-we-decompile-a-c-sharp-dll-to-vb-net[^]

http://stackoverflow.com/questions/10699472/c-sharp-vb-net-dll-conversion[^]

Hope This Helps You.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900