c# - Trying to integrate user-made Bug Reports for TFS; issue with WITDataStore.dll -
so can gather online, able save items tfs project, need reference microsoft.teamfoundation.client
, microsoft.teamfoundation.workitemtracking.client
.
so, run code , have files copy bin (because have them visual studio sdk , reference them "externally" browsing dll). when program runs, copies witdatastore.dll bin (which in same location 2 dll's above). however, when site loads, following iis error:
could not load file or assembly 'file:///c:\sourcecontrol\pfsheets\pfsheetsonline\bin\microsoft.witdatastore.dll' or 1 of dependencies. module expected contain assembly manifest.
exception details: system.badimageformatexception: not load file or assembly 'file:///c:\sourcecontrol\pfsheets\pfsheetsonline\bin\microsoft.witdatastore.dll' or 1 of dependencies. module expected contain assembly manifest. === pre-bind state information === log: where-ref bind. location = c:\sourcecontrol\pfsheets\pfsheetsonline\bin\microsoft.witdatastore.dll log: appbase = file:///c:/sourcecontrol/pfsheets/pfsheetsonline/ log: initial privatepath = c:\sourcecontrol\pfsheets\pfsheetsonline\bin
calling assembly : (unknown).
log: bind starts in loadfrom load context. wrn: native image not probed in loadfrom context. native image probed in default load context, assembly.load(). log: using application configuration file: c:\sourcecontrol\pfsheets\pfsheetsonline\web.config log: using host configuration file: c:\users\rburke\documents\iisexpress\config\aspnet.config log: using machine configuration file c:\windows\microsoft.net\framework\v4.0.30319\config\machine.config. log: attempting download of new url file:///c:/sourcecontrol/pfsheets/pfsheetsonline/bin/microsoft.witdatastore.dll. err: failed complete setup of assembly (hr = 0x80131018). probing terminated.
does have ideas? obviously, there must more can find online, not understanding need provide work. witdatastore.dll in bin folder.
thanks help.
ok, kind of old question ran in problem yesterday. iis must set able run 32bit applications. found solution here
you need enable 32bit applications in iis. open iis manager (via start menu) , go application pools. select defaultapppool , click on advanced settings…. on dialog enable 32bit applications. presume have set defaultapppool application pool service.
Comments
Post a Comment