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
What is httpresponse?
What is custom events?
What is autopostback in dropdownlist in asp net?
Is asp.net and .net are same or different?
In which event are the controls fully loaded?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is the difference between debug and release?
How would you turn off cookies on one page of your website?
What are the asp.net security controls?
What is clr? Difference between clr & cts?
Can you use Web API with ASP.NET Web Form?
What is the use of response redirect in asp.net?
Why do we need url encoding?
What is a gridview in asp.net?
Explain the path instructions in xaml?