blogengine.net を既存の Web アプリケーション (Web サイトではない) に統合しました。
これを行うために、すべてのブログ エンジン ページを Web アプリケーション ページに変換しました。アプリケーション フォルダに従って名前空間参照を設定する
ソリューションを正常に構築しましたが、メイン アプリケーションを実行すると次のエラーが発生しました。
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0433: The type 'MyStore.App_Code.Controls.PostPager' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\6332283b\32bb0d6a\App_Code.afjt0bia.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\6332283b\32bb0d6a\assembly\dl3\faca6d87\a3e83425_6ad8cd01\MyStore.DLL'
すべての名前空間の参照を確認しましたが、重複する参照は見つかりませんでした。
これから抜け出すのを手伝ってください。