0

asp.net 응용 프로그램이 있는데 응용 프로그램을 빌드하고 실행할 때 다음 서버 오류가 발생합니다.빌드 후 응용 프로그램을 실행할 때 오류가 발생했습니다. 파일 또는 어셈블리 '를로드 할 수 없습니다.'Microsoft.Practices.EnterpriseLibrary.Common

Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Common, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Source Error: 

Line 25:  <form id="form1" runat="server" dir="rtl" > 
Line 26:  <div> 
Line 27:  <asp:ScriptManager ID="ScriptManager1" runat="server" AsyncPostBackTimeout="3600" > 
Line 28:  <Services> 
Line 29:  <asp:ServiceReference Path="~/myService.asmx" InlineScript="true"/> 

내가 브라우저에서 페이지를 새로 고치거나 나는 오류가 발생하지 않습니다 다시 작성하지 않고 다시 실행하면 내가 구축 한 후 응용 프로그램을 처음 실행할 때이 앞으로 일어날. 왜 이런 일이 벌어지고이 문제를 해결할 수 있는지 생각하는 사람이 있습니까?

답변

관련 문제