How to merge VB.NET WEB Project with C#.NET MVC project
- by Thushara Perera
Hi All,
I've got an existing asp.net project written in vb.net need to merge into C# ASP.NET MVC 1.0 application. I couldn't find a good article on this. I have successfully created a sample project and merge it. It works successfully. But when merge it into my real project it does not work. I've used C#.csproj project file and deleted VB project file. for the merging i could find a good article this link successful on sample project not with the real project.
good one:
http://www.packtpub.com/article/mixing-asp.net-webforms-and-asp.net-mvc
how it is possible to merge VB Default.aspx, C# Default.aspx and VB Global.asax, C# Global.asax. Can I used VB.vbproj file insted of csproj
Thanks
Thushara Perera