Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2006-06-30 : 23:02:30
|
Let s say we have a VB open project with all .aspx and aspx.vb files How to add a new class or file but in C# so that I can use both the vb and C# files or classes in the same projectThank you |
|
dfiala
Posting Yak Master
116 Posts |
Posted - 2006-07-01 : 06:43:10
|
You can't.C# and VB can be used in the same solution, but each must be in its own project. They have separate compilers and cannot be mixed.Dean FialaVery Practical Software, IncNow with Blogging...http://www.vpsw.com/blogbabyMicrosoft MVP |
 |
|
rtutus
Aged Yak Warrior
522 Posts |
|
|
|
|