User576957345 posted
Hi, i have a problem :( Who can help me ?
How to reproduce:
1) Create WebSite
2) Create Page -> DefaultTT.aspx
3) Publish web-site to AIHS.NET web-hosting
And i have an exception
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: BC30560: 'DefaultTT_aspx' is ambiguous in the namespace 'ASP'.
Source Error:
Line 45: Dim dependencies() As String
Line 46: AppRelativeVirtualPath = "~/defaulttt.aspx"
Line 47: If (Global.ASP.DefaultTT_aspx.__initialized = false) Then
Line 48: dependencies = New String(0) {}
Line 49: dependencies(0) = "~/defaulttt.aspx"