Hi I have a webservice project using C# project. Currently I have a vb file that I want to use. I put it on a folder name ,VBCode, inside the App_Code. I also follow the Using C# and VB.NET classes together in the App_Code folder. I added the namespace and modified the webconfig. However when I complied it that I got a lot of error such as ";expecting". Is it possible to have vb file in C# project.
<codeSubDirectories>
<add directoryName="VBCode"/>
</codeSubDirectories>