c# - Compiler Error Message: CS0433: The type 'Resources.labels' exists in both -
i upgraded blog (http://jeffcren.com) blogengine 1.6.1 (from 1.6.0) in order use recaptcha extension. upgraded local code 1.6.0 1.6.1, published via ftp through webmatrix. after upgrade, getting error:
compiler error message: cs0433: type 'resources.labels' exists in both 'c:\windows\microsoft.net\framework\v2.0.50727\temporary asp.net files\root\9fd92f87\45a2ba06\assembly\dl3\a64307f6\f14811b8_0291cb01\app_globalresources.dll' , 'c:\windows\microsoft.net\framework\v2.0.50727\temporary asp.net files\root\9fd92f87\45a2ba06\app_globalresources.md7pit6m.dll'
the source file , line number breaks varies, same basic message. differs "md7pt66m" section of app_globalresources.md7pit6m.dll (the second file path in error message).
i able fix error locally deleting temporary asp.net files, can't on hosting server (godaddy). there can fix error?
based on suggestions codeplex discussion page, have edited web.config file in order cycle app pool, , renamed blogengine.core.dll blogengine.core2.dll , in order restart blog. have added batch="false" <compilation>
tag in web.config (based on this post).
i have turned custom errors off, can see error on site now.
thanks,
jeff
worked me: set namespace of resources namespace of web project.
Comments
Post a Comment