c# - VS2012 Error while trying to run project -
c# - VS2012 Error while trying to run project -
when seek run application i've created using vs2012 gives me "error while trying run project: not load file or assembly".
and ive seek on vs log fuslogvw. log study given me. dont know whats wrong on vs2012.
the operation failed. bind result: hr = 0x80131018. no description available. assembly manager loaded from: c:\windows\microsoft.net\framework\v4.0.30319\clr.dll running under executable c:\users\acer\documents\visual studio 2012\projects\windowsformsapplication3\windowsformsapplication3\bin\debug\windowsformsapplication3.vshost.exe --- detailed error log follows. === pre-bind state info === log: user = tardis\acer log: displayname = windowsformsapplication3 (partial) wrn: partial binding info supplied assembly: wrn: assembly name: windowsformsapplication3 | domain id: 1 wrn: partial bind occurs when part of assembly display name provided. wrn: might result in binder loading wrong assembly. wrn: recommended provide specified textual identity assembly, wrn: consists of simple name, version, culture, , public key token. wrn: see whitepaper http://go.microsoft.com/fwlink/?linkid=109270 more info , mutual solutions issue. log: appbase = file:///c:/users/acer/documents/visual studio 2012/projects/windowsformsapplication3/windowsformsapplication3/bin/debug/ log: initial privatepath = null log: dynamic base of operations = null log: cache base of operations = null log: appname = windowsformsapplication3.vshost.exe calling assembly : microsoft.visualstudio.hostingprocess.utilities, version=11.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a. === log: bind starts in default load context. log: using application configuration file: c:\users\acer\documents\visual studio 2012\projects\windowsformsapplication3\windowsformsapplication3\bin\debug\windowsformsapplication3.vshost.exe.config log: using host configuration file: log: using machine configuration file c:\windows\microsoft.net\framework\v4.0.30319\config\machine.config. log: policy not beingness applied reference @ time (private, custom, partial, or location-based assembly bind). log: attempting download of new url file:///c:/users/acer/documents/visual studio 2012/projects/windowsformsapplication3/windowsformsapplication3/bin/debug/windowsformsapplication3.dll. log: attempting download of new url file:///c:/users/acer/documents/visual studio 2012/projects/windowsformsapplication3/windowsformsapplication3/bin/debug/windowsformsapplication3/windowsformsapplication3.dll. log: attempting download of new url file:///c:/users/acer/documents/visual studio 2012/projects/windowsformsapplication3/windowsformsapplication3/bin/debug/windowsformsapplication3.exe. log: assembly download successful. attempting setup of file: c:\users\acer\documents\visual studio 2012\projects\windowsformsapplication3\windowsformsapplication3\bin\debug\windowsformsapplication3.exe log: entering run-from-source setup phase. err: error extracting manifest import file (hr = 0x80131018). err: run-from-source setup phase failed hr = 0x80131018. err: failed finish setup of assembly (hr = 0x80131018). probing terminated.
c# .net visual-studio visual-studio-2012
Comments
Post a Comment