0

asp.net アプリで特定のページを開こうとすると、次の YSOD が表示されます。

Server Error in '/CommonLoon' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: Only Content controls are allowed directly in a content page that contains Content controls.

Source Error: 


Line 9:  </asp:Content>
Line 10: 
Line 11: <!-- Might want to replace this old .css with a newer version, such as 1.10.2: http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css -->
Line 12: <asp:Content ID="indexStyles" ContentPlaceHolderID="MainHead" runat="server">
Line 13:     <link type="text/css" href="/<%= System.Configuration.ConfigurationManager.AppSettings["ThisApp"] %>/Content/jquery-ui-1.8.16.custom.css"

Source File: /CommonLoon/Views/Home/Index.aspx    Line: 11 

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

まず、コメントアウトされた行が問題になるのはなぜですか?

第二に...とにかく、これの第二に、そのファイルにはそのコメントがありません(またはもはやありません)。代わりに、その行は次のようになります。

<!-- 5/6/2013: Replace 1.8.16 with a newer css, such as http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css? The "custom" part of the name of the file makes me hesitate to make a change, though... -->

古いバージョンのファイルはどこから来たのですか? 解決策のどこにも「~したい」という言葉が出てこない…???

アップデート

まだ見知らぬ人。古い機能をテストするために、これまでコメントアウトされていた jQjuery のコメントを外しましたが、コードのコンパイルを妨げるはずのコメントがあることに気づきませんでした。

$("#BeginDate").datepicker( try this as a anytime date component

...それでもコンパイルして実行しました! ムルガトロイドに万歳!どうしたの?!?!?

4

0 に答える 0