How to merge VB.NET WEB Project with C#.NET MVC project
Posted
by Thushara Perera
on Stack Overflow
See other posts from Stack Overflow
or by Thushara Perera
Published on 2010-03-19T15:13:54Z
Indexed on
2010/03/25
4:53 UTC
Read the original article
Hit count: 334
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
© Stack Overflow or respective owner