After configuring my application in client's System, I am facing following issue.
Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I have placed all required Dlls in system. but when I click ctrl + F5 when I get error, it works fine.
I cant figure out what is issue. hence this is first time I am deploying application on client machine. (is there anything that need to install for Enterpriselib use on fresh system. It has .net 4.0 installed)
<body>
Line 74: <form id="form1" runat="server">
Line 75: **<asp:ScriptManager ID="ScriptManager1" runat="server">**
Line 76: </asp:ScriptManager>
Line 77: <div id="main">
it shows line75 as error.
can anyone suggest what issue is.
Thanks