|
I was trying to figure out why a debug build was blowing up with the "dependent assembly microsoft.vc80.debugcrt could not be found" event error.
After deleting everything (anything not .cpp or .h) and recreating the solution - I still had the problem...
Started by jim on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It's wrong, and should have....
IIRC, "8.0.50608.0" is generated by VS2005 pre-SP1.
The relation between manifest-requested assembly and SxS-loaded assenbly is found in C:\WINDOWS\WinSxS\Policies .
VS 2008 is VC90 not VC80, so that's not part of the problem .
|
|
On Wed, 4 Mar 2009 04:15:53 -0800 (PST), "dom.k.black@googlemail.com" <dom.k.black@googlemail.com
Hi,
I need to get hold of a specific version of the
Microsoft.VC80.DebugCRT assembly. Is there anywhere I can download it?
Dom
Started by dom.k.black@googlemail.com on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
I tried editing the manifest to point at the assembly version I have
installed .
Version of the DebugCRT.
|
|
Hi,
Since VS 2005, I see that it is not possible to simply build a dll against MS runtime and deploy them together ( http://www.ddj.com/windows/184406482 ). I am deeply confused by manifest, SxS and co: MSDN documentation is really poor, with circular...
Started by David Cournapeau on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
ASSEMBLY_NAME_PREFIX ".DebugCRT=" _CRT_ASSEMBLY_VERSION ) #pragma comment(linker,"/manifestdependency:\"type='win32' " \ "name='" __LIBRARIES_ASSEMBLY_NAME_PREFIX ".DebugCRT' " \ "version='" _CRT_ASSEMBLY.
|
Ask your Facebook Friends