1

私が取り組んでいる ASP.NET Web フォーム サイトは VB から C# に移行しているため、多くのクラスが VB にありますが、新しいクラスはすべて C# にあるはずです。

App_CodeディレクトリにApp_Code/CSCodeは C# コード用のサブディレクトリ があり、メインディレクトリApp_Codeには VB クラスが含まれています。

App_Codeの C# クラスから VB クラスを参照したいのですがApp_Code/CSCode、VB クラス定義が見つからないというコンパイル エラーが発生します。

The type or namespace name 'VBClass' could not be found (are you missing a using directive or an assembly reference?)

App_Codeの C# クラスからの VB クラスを参照することは可能App_code/CSCodeですか?

前もって感謝します。

4

0 に答える 0