I've created a website in C# but I want to use some functions I've written in Visual Basic without converting them. I tried including them in a VB class, but when I try to browse to the page it gives me the error message:
The files '/Trader/App_Code/VbFunctions.vb' and '/Trader/App_Code/MyNamespace.cs' use a different language, which is not allowed since they need to be compiled together
There must be a way to do this without creating a DLL and registering it in the project. Please help.
2006-09-23
13:28:25
·
1 answers
·
asked by
blue_prince_of_dallas
2
in
Computers & Internet
➔ Programming & Design
Groundbrandon - I'm using Express. Maybe that's the problem. I'll compile the VB code into a DLL before I'll buy the full version. Thanks.
2006-09-23
14:28:43 ·
update #1