vb.net - Could not load file or assembly 'interop.scripting, version=1.0.0.0, -


i running project in debug mode , work fine, when tried compile shows error: error mean?

*** assembly binder log entry  (3/27/2013 @ 2:22:26 pm) ***  operation failed. bind result: hr = 0x80070002. system cannot find file specified.  assembly manager loaded from:  c:\windows\microsoft.net\framework\v2.0.50727\mscorwks.dll running under executable  c:\documents , settings\nsbadmin\desktop\antispam.exe --- detailed error log follows.   === pre-bind state information === log: user = nidecsubic\nsbadmin log: displayname = antispam.resources, version=1.0.0.0, culture=en, publickeytoken=null (fully-specified) log: appbase = file:///c:/documents , settings/nsbadmin/desktop/ log: initial privatepath = null log: dynamic base = null log: cache base = null log: appname = null calling assembly : antispam, version=1.0.0.0, culture=neutral, publickeytoken=null. === log: bind starts in default load context. log: no application configuration file found. log: using machine configuration file      c:\windows\microsoft.net\framework\v2.0.50727\config\machine.config. log: policy not being applied reference @ time (private, custom, partial, or location-based assembly bind). log: attempting download of new url file:///c:/documents , settings/nsbadmin/desktop/en/antispam.resources.dll. log: attempting download of new url file:///c:/documents , settings/nsbadmin/desktop/en/antispam.resources/antispam.resources.dll. log: attempting download of new url file:///c:/documents , settings/nsbadmin/desktop/en/antispam.resources.exe. log: attempting download of new url file:///c:/documents , settings/nsbadmin/desktop/en/antispam.resources/antispam.resources.exe. log: probing urls attempted , failed. 

it seems failed when trying find file resources. in vs, change properties embeded exe file.


Comments