Multiple Languages in a Web Application Project

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
 
B

bruce barker

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top