Multiple Languages in a Web Application Project

  • Thread starter Thread starter bmelcran
  • Start date Start date
B

bmelcran

Is there a way to use VB.Net and C# in the same project if I am using
Web Application Projects in VS 2005 SP1? I have a project that is
VB.Net and want to add some pre-existing pages that were written in C#
to a subdirectory, but I can't find a way to mix them in the same
project. Any ideas would be appreciated.

Thanks,
Brad
 
the website supports different language, the page and codebehind can
also be different languages.

vs only supports one language a project (for non-website projects), so
if other projects are limited to one, or if you use the vs web
application project mode, you can only change the aspx language, the
codebehind must all be the same.


-- bruce (sqlwork.com)
 
Back
Top