私が開発したいくつかのasp.netがあり、Windowsマシンで問題なく動作していますが、UbuntuとMono 2.4.4とASP.NET 2.0を実行しているマシンで実行しようとするとエラーが発生します。
DatabaseSingleton.cs
App_Code ディレクトリに、、 などのクラスがいくつかFunctions.cs
ありNotAllowedException.cs
ます。それらはすべて名前空間を使用していますaspapp
。
とにかく、クラスLogin.aspx.cs
を使用するファイル ()を実行しようとすると、それが発生します。ただし、を使用していないが使用している別のファイルでは、同様の別のエラーが発生します: . すべてのファイルは名前空間にあり、ファイルに含まれています。DatabaseSingleton
CS0103: The name 'DatabaseSingleton' does not exist in the current context
DatabaseSingleton
NotAllowedException
CS0246: The type or namespace name 'NotAllowedException' could not be found. Are you missing a using directive or an assembly reference?
aspapp
using aspapp
mono でこれらのファイルにアクセスできるようにするために、web.config に追加する必要があるものはありますか?