Я пытаюсь использовать ScriptManager в .net Visual Web Developer 2010, но каждый раз, когда я запускаю веб-сайт, появляется сообщение об ошибке:
Could not load file or assembly 'FSharp.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. O sistema não pode encontrar o arquivo especificado. (System couldn't find the specifyed file). Line 7: </asp:Content>
Line 8: <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
Line 9: <asp:ScriptManager ID="ScriptManager1" runat="server"/>
Line 10: <div> Line 11: <ajaxToolkit:Accordion ID="Accordion1" selectedindex = "0"
runat="server" HeaderCssClass="accordionHeader" hHeaderSelectedCssClass="accordionHeaderSelected" ContentCssClass="accordionContent" AutoSize="None" FadeTransitions="true" TransitionDuration="250" FramesPerSecond="40" RequireOpenedPane="false" SuppressHeaderPostbacks="true">
Я установил инструмент MS-F #, ожидая, что файл FSharp.Core будет скопирован и решит проблему, но ничего не изменилось.
Спасибо.