English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

1 answers

Are you using the full verison or express......because I know the express doesn't support using multiple languages but the full verison should support it......or atleast I've read in my books to book to buy the latest

2006-09-23 14:20:03 · answer #1 · answered by groundbrandon 3 · 0 0

fedest.com, questions and answers