web config - Webconfig error with the site online -


i'm trying publish web site.

the publication works perfectly, when try access address returns me following error:

parser error message: not load file or assembly 'microsoft.web.helpers' or 1 of dependencies. assembly built runtime newer loaded runtime , cannot loaded.

source error:

line 293: line 294: line 295: line 296:
line 297:

source file: c:\windows\microsoft.net\framework\v2.0.50727\config\web.config line: 295

assembly load trace: following information can helpful determine why assembly 'microsoft.web.helpers' not loaded.

wrn: assembly binding logging turned off. enable assembly bind failure logging, set registry value [hklm\software\microsoft\fusion!enablelog] (dword) 1. note: there performance penalty associated assembly bind failure logging. turn feature off, remove registry value [hklm\software\microsoft\fusion!enablelog].

this not happen when i'm running on local site.

the application developed , sql server webmatrix compac 4

if read error message says "could not load file or assembly 'microsoft.web.helpers' or 1 of dependencies. assembly built runtime newer loaded runtime , cannot loaded." if @ version of asp.net site attempting run under, asp.net version:2.0.50727.4209.

web pages , web helpers library need version 4.0. make sure site targets correct version of asp.net.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -