Finally found the answer!! Go to References –> right cilck on dll file that causing the problem –> select the properties –> check the version –> match the version in properties to web config
<dependentAssembly> <assemblyIdentity name="YourDllFile" publicKeyToken="2780ccd10d57b246" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-YourDllFileVersion" newVersion="YourDllFileVersion" /> </dependentAssembly>
Related Posts:
- A potentially dangerous Request.Form value was detected from the client
- How to remove error about glyphicons-halflings-regular.woff2 not found
- What is the difference between ASP.NET and ASP.NET MVC?
- The following sections have been defined but have not been rendered for the layout page “~/Views/Shared/_Layout.cshtml”: “Scripts”
- The following sections have been defined but have not been rendered for the layout page “~/Views/Shared/_Layout.cshtml”: “Scripts”
- The localhost page isn’t working. localhost redirected you too many times
- “The transaction log for database is full due to ‘LOG_BACKUP'” in a shared host
- HTTP Error 503, the service is unavailable
- How to resolve “Server Error in ‘/’ Application” error?
- Chrome returns “Bad Request – Request Too Long” when navigating to local IIS Express
- What does ‘IISReset’ do?
- What does ‘IISReset’ do?
- “Exception has been thrown by the target of an invocation” error (mscorlib)
- ORA-12154 could not resolve the connect identifier specified
- What are .ashx files in an ASP.NET application?
- ASP.NET 5 MVC: unable to connect to web server ‘IIS Express’
- Does PHP supports MVP pattern?
- Twilio TwilioRestClient does not contain a definition for SendSmsMessage
- how to call jquery selector from outside kendo window?
- Server.Transfer Vs. Response.Redirect
- W3WP.EXE using 100% CPU – where to start?
- HTTP Error 403.14 – Forbidden – The Web server is configured to not list the contents of this directory
- Error :The remote server returned an error: (401) Unauthorized
- Exception of type ‘System.OutOfMemoryException’ was thrown.
- System.web.mvc missing
- Cannot read configuration file due to insufficient permissions
- Differences between Html.TextboxFor and Html.EditorFor in MVC and Razor
- Infinite Scrolling in Asp.Net MVC with jQuery / AJAX Issues
- How to add reference to System.Web.Optimization for MVC-3-converted-to-4 app
- Could not load file or assembly ‘Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed’
- What is ViewModel in MVC?
- How to Determine IUSR Password
- How can I secure passwords stored inside web.config?
- ASP.NET Why are sessions timing out, sessionstate timeout set
- What does aspnet_regiis.exe do
- drop down list value in asp.net
- Cannot read configuration file due to insufficient permissions
- Can you recommend a .net template engine?
- Can’t Add View from Controller in VS 2015 : “There was an error running the selected code generator”
- How do I resolve “HTTP Error 500.19 – Internal Server Error” on IIS7.0
- Asp.net Hyperlink control equivalent to
- Error ‘2035’ (‘MQRC_NOT_AUTHORIZED’) While Connecting to MQ
- debug=true in web.config = BAD thing?
- Url.Action parameters?
- ASP.NET MVC Page Won’t Load and says “The resource cannot be found”
- Failed to load resource: the server responded with a status of 401 (Unauthorized) /App/AngularJS/angular.min.js
- ASP.NET DateTime Picker
- Styles.Render in MVC4
- Could not load file or assembly ‘Microsoft.CodeDom.Providers.DotNetCompilerPlatform
- a page can have only one server-side form tag
- There is no ViewData item of type ‘IEnumerable
‘ that has the key country - “This operation requires IIS integrated pipeline mode.”
- Could not load file or assembly ‘Microsoft.ReportViewer.WebForms’
- What is jQuery Unobtrusive Validation?
- Maximum request length exceeded.
- Cannot attach the file *.mdf as database
- CS1617: Invalid option ‘6’ for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default
- Response Content type as CSV
- Unrecognized attribute ‘targetFramework’. Note that attribute names are case-sensitive
- The required anti-forgery form field “__RequestVerificationToken” is not present Error in user Registration
- How to make Check Box List in ASP.Net MVC
- IIS error, Unable to start debugging on the webserver
- How to move div vertically down using CSS
- How to troubleshoot “System.Web.HttpException (0x80004005): File does not exist”?
- jquery $(this).id return Undefined
- How handle Application Error Exception code: 0xc00000fd
- C# function to return array
- jQuery UI ” $(“#datepicker”).datepicker is not a function”
- JSON parsing error syntax error unexpected end of input
- C# HttpClient An existing connection was forcibly closed by the remote host
- How to handle Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()
- The wait operation timed out. ASP
- The wait operation timed out. ASP
- JQuery – $ is not defined
- Different between ./ , ../ , ../../ , ~/ on file path(URL) in asp.net
- JQuery – $ is not defined
- How to use _CRT_SECURE_NO_WARNINGS
- How to fix No connection could be made because the target machine actively refused it 127.0.0.1:64527
- How to resolve “Input string was not in a correct format.” error?
- failed to load resource: the server response with a status 500 (internal server error)
- The request was aborted: Could not create SSL/TLS secure channel
- Is “ ” a replacement of ” “?
- Why is this code throwing an InvalidOperationException?
- How to add a default Default.aspx to a ASP.NET Web Application Project?
- how does Request.QueryString work?
- The request was aborted: Could not create SSL/TLS secure channel
- Net 2.0 Framework Service Pack 2 Issue
- The request was aborted: Could not create SSL/TLS secure channel
- Visual Studio error “Object reference not set to an instance of an object” after install of ASP.NET and Web Tools 2015
- SDL2.DLL missing
- Compiler Error Message: The compiler failed with error code -2146232576
- The client and server cannot communicate, because they do not possess a common algorithm – ASP.NET C# IIS TLS 1.0 / 1.1 / 1.2 – Win32Exception
- Javascript Runtime error: $ is undefined
- What is the difference between ASP.NET MVC 6 and ASP.NET Core 1.0 and the reason behind the core framework?
- The #include
exists, but I get an error: identifier “cout” is undefined. Why? - WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for jquery
- Regex for password must contain at least eight characters, at least one number and both lower and uppercase letters and special characters
- What is WebResource.axd?
- Invalid length for a Base-64 char array
- What does vary:accept-encoding mean?