intermixing different language in the page directive

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

Hi,

I am now in the process of integrating different sources
of asp .net pages. some of them include page directives with C#, and some
with VB. The problem is that at compilation time there seems to be a
conflict. I do not
know how to turn off the language scope for a page.
Can anybody help?

Thanks,

Carlos
 
Carlos,

If you are using the code-behind model, you cannot mix languages.

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
(e-mail address removed)

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
 
Back
Top