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


Please Help Members By Posting Answers For Below Questions

What is rich control in asp.net?

521


Difference between .NET and previous version?

2106


Explain significance of routing? : asp.net mvc

555


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

1508


Is react a template engine?

524






What is data caching?

555


How asp.net mvc differs from asp.net web forms? : asp.net mvc

551


Name some asp objects?

550


can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com

1483


Give an example of cookie abuse.

599


Explain difference between dataset and datareader?

604


what are the ihttphandler and ihttphandlerfactory interfaces ?

514


Explain about ASP.NET?

634


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

552


Can you explain the basic use of dataview?

624