How can i include both C# and vb.net classes in same
solution?
Answer Posted / roopesh m.k
Step 1:
It is possible,In app-Code folder create sub folders
named VB,CS(as you like) and clreate .vb class files in the
folder named VB and .cs class files in the CS folder.
Step 2:
Go to web.config file and mention the following
<compilation debug="false">
<codeSubDirectories>
<add directoryName="VB" />
<add directoryName="CS" />
</codeSubDirectories>
</compilation>
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is asp.net free?
Describe paging in asp.net?
How to comment out asp.net tags?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is the concepts of globalization and localization in .net?
What is the life cycle of web page?
Why is this service branded with windows livetm?
How many types of sessions are there in asp net?
Will the asp.net validators run in server side or client side?
Is session server side or client side?
How can we access static variable?
What is bound controls
Is web config mandatory?
How to you can limit Access to Web API to Specific HTTP Verb?
What is the advantage of mvc over asp.net? : Asp.Net MVC