asp.net - The exception message is: Could not load file or assembly 'App_Code' or one of its dependencies. The system cannot find the file specified -


i trying visit wcf service endpoint xxx.svc. , got error:

the exception message is: not load file or assembly 'app_code' or 1 of dependencies. system cannot find file specified 

i turned on fusion log , got this:

=== pre-bind state information === log: user = xxx\xxx log: displayname = app_code  (partial) log: appbase = file:///d:/myservice/ log: initial privatepath = d:\myservice\bin calling assembly : (unknown). === log: bind starts in default load context. log: using application configuration file: d:\myservice\web.config log: using host configuration file: c:\windows\microsoft.net\framework64\v2.0.50727\aspnet.config log: using machine configuration file c:\windows\microsoft.net\framework64\v2.0.50727\config\machine.config. log: policy not being applied reference @ time (private, custom, partial, or location-based assembly bind). log: same bind seen before, , failed hr = 0x80070002. 

i don't have app_code folder in web application. why app_code???

thanks!

i figure out after night sleep. forget precompiledapp.config file.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -