私は新しいウェブホストに自分のWebページをmoviedしているし、今私は時々、この例外を取得:'basePage'タイプはASP1.DLLとASP2.DLLの両方に存在しますか?
Server Error in '/' Application.
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 'basePage' exists in both 'c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\60a943dd\2f0f659a\App_Code.n45tvdm2.dll' and 'c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\60a943dd\2f0f659a\App_Code.4kvzrnma.dll'
Source Error:
Line 9: using System.Web.UI.HtmlControls; Line 10: Line 11: public partial class _Default : basePage Line 12: { Line 13: protected void Page_Load(object sender, EventArgs e)
Source File: \webstorage\storage_content\28\106228\MySite\public_html\sites\MySite\Default.aspx.cs Line: 11
これは古いウェブホストにも取り組んできました。
私はthisとthisを読んでいますが、私はこれを得ていません。どうしてこの古いウェブホストで作業していたのですか? ASP.NETソリューションで何も変更されていませんか?